mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Add logging
This commit is contained in:
@@ -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) ->
|
||||
|
||||
Reference in New Issue
Block a user