mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Disable echo in atom.cmd
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user