mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add missing resources segment
This commit is contained in:
@@ -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}" %*
|
||||
|
||||
Reference in New Issue
Block a user