Skip to content

Commit 07633b6

Browse files
committed
Switch code signature itself to SHA256 too
1 parent c00e316 commit 07633b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron-forge.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = {
5959
path.resolve('./certificates/encrypted-win-cert.pfx')
6060
}" /p "${
6161
ELECTRON_FORGE_ELECTRON_WINSTALLER_CONFIG_CERTIFICATE_PASSWORD
62-
}" /tr http://timestamp.comodoca.com/ /td sha256`
62+
}" /tr http://timestamp.comodoca.com/ /td sha256 /fd sha256`
6363
},
6464
"electronInstallerDMG": {
6565
"name": "HTTP Toolkit",

0 commit comments

Comments
 (0)