We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26cc70 commit 61386d0Copy full SHA for 61386d0
scripts/config.js
@@ -262,7 +262,7 @@ exports.get = function(cli, callback) {
262
authors: CONFIG['version-string'].CompanyName,
263
version: CONFIG['app-version'],
264
exe: format('%s.exe', CONFIG.name),
265
- signWithParams: CONFIG.signtool_params,
+ signWithParams: CONFIG.sign_with_params,
266
loadingGif: CONFIG.loading_gif,
267
title: CONFIG.name,
268
productName: CONFIG.name,
0 commit comments