Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #19539 from atom/upgrade-electron-winstaller
Browse files Browse the repository at this point in the history
⬆️ electron-winstaller@3.0.4
  • Loading branch information
rafeca committed Jun 17, 2019
2 parents 25c76e2 + 0e7d99d commit fae8032
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 63 deletions.
2 changes: 1 addition & 1 deletion script/build
Expand Up @@ -109,7 +109,7 @@ if (!argv.generateApiDocs) {
if (argv.codeSign) {
const executablesToSign = [ path.join(packagedAppPath, 'Atom.exe') ]
if (argv.createWindowsInstaller) {
executablesToSign.push(path.join(__dirname, 'node_modules', 'electron-winstaller', 'vendor', 'Update.exe'))
executablesToSign.push(path.join(__dirname, 'node_modules', 'electron-winstaller', 'vendor', 'Squirrel.exe'))
}
codeSignOnWindows(executablesToSign)
} else {
Expand Down
204 changes: 143 additions & 61 deletions script/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion script/package.json
Expand Up @@ -14,7 +14,7 @@
"electron-link": "0.4.0",
"electron-mksnapshot": "^3.1.10",
"electron-packager": "12.2.0",
"electron-winstaller": "2.6.4",
"electron-winstaller": "^3.0.4",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.2.0",
"eslint-config-standard": "^12.0.0",
Expand Down

0 comments on commit fae8032

Please sign in to comment.