Skip to content

Commit d099fa3

Browse files
committed
Try SHA256 timestamping, to see if that helps
1 parent 279bf9e commit d099fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron-forge.config.js

+1-1
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-
}" /t http://timestamp.comodoca.com/`
62+
}" /td sha256 /tr http://timestamp.comodoca.com/`
6363
},
6464
"electronInstallerDMG": {
6565
"name": "HTTP Toolkit",

0 commit comments

Comments
 (0)