mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-06 23:26:25 +03:00
Sign AtomSetup.exe
This commit is contained in:
parent
c55faac0a9
commit
9f1ffeee25
@ -36,7 +36,7 @@ module.exports = (grunt) ->
|
|||||||
spawn {cmd, args}, (error) ->
|
spawn {cmd, args}, (error) ->
|
||||||
return callback(error) if error?
|
return callback(error) if error?
|
||||||
|
|
||||||
setupExePath = path.join(grunt.config.get('atom.shellAppDir'), '..', 'Releases', 'setup.exe')
|
setupExePath = path.join(grunt.config.get('atom.shellAppDir'), '..', 'installer', 'AtomSetup.exe')
|
||||||
if fs.isFileSync(setupExePath)
|
if fs.isFileSync(setupExePath)
|
||||||
args = [setupExePath]
|
args = [setupExePath]
|
||||||
spawn {cmd, args}, (error) -> callback(error)
|
spawn {cmd, args}, (error) -> callback(error)
|
||||||
|
Loading…
Reference in New Issue
Block a user