From 43aae6ac72a9c55ddf8451b9d31ff134c05bb986 Mon Sep 17 00:00:00 2001 From: noodlebox Date: Wed, 18 Jan 2017 04:12:35 -0600 Subject: [PATCH] Fix default Discord path for OSX --- Installers/Electron/src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installers/Electron/src/utils.js b/Installers/Electron/src/utils.js index 727baa9..36ec3f3 100644 --- a/Installers/Electron/src/utils.js +++ b/Installers/Electron/src/utils.js @@ -73,7 +73,7 @@ class Utils { }); return path; }, - "darwin": () => "/Applications/Discord.app", + "darwin": () => "/Applications/Discord.app/Contents", "linux": () => "" // TODO }[platform]();