diff --git a/main/index.js b/main/index.js index a9abf502..5cb2757b 100644 --- a/main/index.js +++ b/main/index.js @@ -40,6 +40,9 @@ if (process.platform === 'win32') { // Always quit when done app.quit() } + if (squirrelCmd === '--squirrel-firstrun') { + argv.shift() + } } // Prevent multiple instances of the app from running at the same time. New instances