Skip to content

Commit 7a15a55

Browse files
committed
Merge pull request #322 from 10gen/INT-1280_pass-signtool-params-to-winstaller
🐛 🏁 Fix sign_with_params typo
2 parents c26cc70 + 9951185 commit 7a15a55

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.evergreen.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ functions:
8989
-o "signtool.exe" \
9090
--url "https://s3.amazonaws.com/boxes.10gen.com/build/signtool.exe"
9191
rm -f node_modules/electron-winstaller/vendor/signtool.exe
92-
cp signtool.exe node_modules/electron-winstaller/vendor/signtool.exe
93-
chmod +x node_modules/electron-winstaller/vendor/signtool.exe
92+
chmod +x signtool.exe
9493
9594
# Environment variables set for use by notary-service signtool.exe on Windows:
9695
# NOTARY_URL, NOTARY_AUTH_TOKEN, NOTARY_SIGNING_KEY, NOTARY_SIGNING_COMMENT

scripts/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ exports.get = function(cli, callback) {
262262
authors: CONFIG['version-string'].CompanyName,
263263
version: CONFIG['app-version'],
264264
exe: format('%s.exe', CONFIG.name),
265-
signWithParams: CONFIG.signtool_params,
265+
signWithParams: CONFIG.sign_with_params,
266266
loadingGif: CONFIG.loading_gif,
267267
title: CONFIG.name,
268268
productName: CONFIG.name,

0 commit comments

Comments
 (0)