From 31a325f85c0040c26d21e03749eb78bb08f62932 Mon Sep 17 00:00:00 2001 From: Denis Z <zzulev@gmail.com> Date: Thu, 8 Apr 2021 13:11:11 +0200 Subject: [PATCH] Add user applications path #57 --- src/core/helpers.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/helpers.ts b/src/core/helpers.ts index 655c10ba..ab61cd18 100644 --- a/src/core/helpers.ts +++ b/src/core/helpers.ts @@ -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(