Skip to content

Commit a49b459

Browse files
committed
Test build without timestamps
1 parent a77a824 commit a49b459

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ artifacts:
2121

2222
branches:
2323
only:
24+
- test-build
2425
- master
2526
- /^v\d\.\d\.\d/
2627

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

0 commit comments

Comments
 (0)