diff --git a/packages/client-app/src/system-start-service.es6 b/packages/client-app/src/system-start-service.es6 index f22dc87e4b..f6048966c0 100644 --- a/packages/client-app/src/system-start-service.es6 +++ b/packages/client-app/src/system-start-service.es6 @@ -104,7 +104,7 @@ class SystemStartServiceWin32 extends SystemStartServiceBase { } _launcherPath() { - return path.join(process.env.LOCALAPPDATA, "nylas", "Update.exe") + return path.join(process.env.LOCALAPPDATA, "NylasMail", "nylas.exe") } _shortcutPath() {