We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77a824 commit a49b459Copy full SHA for a49b459
appveyor.yml
@@ -21,6 +21,7 @@ artifacts:
21
22
branches:
23
only:
24
+ - test-build
25
- master
26
- /^v\d\.\d\.\d/
27
electron-forge.config.js
@@ -59,7 +59,7 @@ module.exports = {
59
path.resolve('./certificates/encrypted-win-cert.pfx')
60
}" /p "${
61
ELECTRON_FORGE_ELECTRON_WINSTALLER_CONFIG_CERTIFICATE_PASSWORD
62
- }" /tr http://timestamp.comodoca.com/`
+ }"`
63
},
64
"electronInstallerDMG": {
65
"name": "HTTP Toolkit",
0 commit comments