mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
🎨
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = (grunt) ->
|
||||
cmd = process.env.JANKY_SIGNTOOL ? 'signtool'
|
||||
|
||||
spawn {cmd, args: [atomExePath]}, (error) ->
|
||||
return done(error) if error
|
||||
return done(error) if error?
|
||||
|
||||
updateExePath = path.resolve(__dirname, '..', 'node_modules', 'grunt-electron-installer' 'vendor', 'Update.exe')
|
||||
spawn {cmd, args: [updateExePath]}, (error) -> done(error)
|
||||
|
||||
Reference in New Issue
Block a user