Skip to content

Commit

Permalink
Add user applications path #57
Browse files Browse the repository at this point in the history
  • Loading branch information
ziulev committed Apr 8, 2021
1 parent aef2d44 commit 31a325f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ export const getAllApplications = async (shell: SpotterShell): Promise<Applicati
'/System/Applications',
'/System/Applications/Utilities',
'/Applications',
'/Users/$USER/Applications',
'/Users/$USER/Applications/Chrome Apps.localized',
];

const applicationsStrings: Application[][] = await Promise.all(
Expand Down

0 comments on commit 31a325f

Please sign in to comment.