Disable echo in atom.cmd

This commit is contained in:
Kevin Sawicki
2014-11-18 13:41:18 -08:00
parent a36eae8e4d
commit 0b2bd468b5

View File

@@ -68,6 +68,7 @@ updatePath = (callback) ->
atomCommandPath = path.join(binFolder, 'atom.cmd')
relativeExePath = path.relative(binFolder, process.execPath)
atomCommand = """
@echo off
"%~dp0\\#{relativeExePath}" %*
"""
fs.writeFile(atomCommandPath, atomCommand, callback)