⬆️ electron-link

This commit is contained in:
Antonio Scandurra
2017-02-27 09:38:00 +01:00
parent ea879340c0
commit 54eb65631a
3 changed files with 26 additions and 23 deletions

View File

@@ -62,9 +62,8 @@ generateMetadata()
generateAPIDocs()
dumpSymbols()
.then(packageApplication)
.then(packagedAppPath => generateStartupSnapshot(packagedAppPath).then(() => packagedAppPath))
.then(packagedAppPath => {
generateStartupSnapshot(packagedAppPath)
if (process.platform === 'darwin') {
if (argv.codeSign) {
codeSignOnMac(packagedAppPath)