diff --git a/src/browser/squirrel-update.coffee b/src/browser/squirrel-update.coffee index c451967b9..f2e53a40e 100644 --- a/src/browser/squirrel-update.coffee +++ b/src/browser/squirrel-update.coffee @@ -112,7 +112,7 @@ uninstallContextMenu = (callback) -> addCommandsToPath = (callback) -> installCommands = (callback) -> atomCommandPath = path.join(binFolder, 'atom.cmd') - relativeAtomPath = path.relative(binFolder, path.join(appFolder, 'cli', 'atom.cmd')) + relativeAtomPath = path.relative(binFolder, path.join(appFolder, 'resources', 'cli', 'atom.cmd')) atomCommand = """ @echo off "%~dp0\\#{relativeAtomPath}" %*