From 22343e00ed4dd6c6ab83ab5491968689bc1f4cfd Mon Sep 17 00:00:00 2001 From: smartfrigde <37928912+smartfrigde@users.noreply.github.com> Date: Sat, 14 May 2022 21:12:16 +0200 Subject: [PATCH] Fix path finding for auto-launch --- src/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 2d37d3c..889fc90 100644 --- a/src/main.ts +++ b/src/main.ts @@ -28,7 +28,6 @@ checkIfConfigExists(); var AutoLauncher = new AutoLaunch({ name: 'ArmCord', - path: '/Applications/ArmCord.app', }); app.whenReady().then(async () => {