diff --git a/.evergreen.yml b/.evergreen.yml index f29bb1c9f62..f63f5a96d29 100644 --- a/.evergreen.yml +++ b/.evergreen.yml @@ -89,8 +89,7 @@ functions: -o "signtool.exe" \ --url "https://s3.amazonaws.com/boxes.10gen.com/build/signtool.exe" rm -f node_modules/electron-winstaller/vendor/signtool.exe - cp signtool.exe node_modules/electron-winstaller/vendor/signtool.exe - chmod +x node_modules/electron-winstaller/vendor/signtool.exe + chmod +x signtool.exe # Environment variables set for use by notary-service signtool.exe on Windows: # NOTARY_URL, NOTARY_AUTH_TOKEN, NOTARY_SIGNING_KEY, NOTARY_SIGNING_COMMENT diff --git a/scripts/config.js b/scripts/config.js index 3e87fb4bb57..88968e43666 100755 --- a/scripts/config.js +++ b/scripts/config.js @@ -262,7 +262,7 @@ exports.get = function(cli, callback) { authors: CONFIG['version-string'].CompanyName, version: CONFIG['app-version'], exe: format('%s.exe', CONFIG.name), - signWithParams: CONFIG.signtool_params, + signWithParams: CONFIG.sign_with_params, loadingGif: CONFIG.loading_gif, title: CONFIG.name, productName: CONFIG.name,