This commit is contained in:
Kevin Sawicki 2015-08-06 12:54:15 -07:00
parent 60147a8357
commit 6cae6d3d12

View File

@ -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)