Skip to content

Commit 61386d0

Browse files
imlucaskangas
authored andcommitted
🐛 🏁 INT-1280 Fix sign_with_params typo
1 parent c26cc70 commit 61386d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)