mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add missing atom.exe path
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = (grunt) ->
|
||||
done = @async()
|
||||
spawn {cmd: 'taskkill', args: ['/F', '/IM', 'atom.exe']}, ->
|
||||
cmd = process.env.JANKY_SIGNTOOL ? 'signtool'
|
||||
|
||||
atomExePath = path.join(grunt.config.get('atom.shellAppDir'), 'atom.exe')
|
||||
spawn {cmd, args: [atomExePath]}, (error) ->
|
||||
return done(error) if error?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user