diff --git a/src/browser/squirrel-update.coffee b/src/browser/squirrel-update.coffee index 25db8f286..375815ee3 100644 --- a/src/browser/squirrel-update.coffee +++ b/src/browser/squirrel-update.coffee @@ -67,6 +67,9 @@ updatePath = (callback) -> installCommands = (callback) -> atomCommandPath = path.join(binFolder, 'atom.cmd') relativeExePath = path.relative(binFolder, process.execPath) + console.log 'installing' + console.log atomCommandPath + console.log relativeExePath fs.writeFile(atomCommandPath, "\"%~dp0/#{relativeExePath}\" %*", callback) getPath = (callback) ->