Skip to content

Commit 22cc40b

Browse files
committed
WIP: Test adding a dummy cert pwd in package.json
1 parent 82714d3 commit 22cc40b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"iconUrl": "https://httptoolkit.tech/favicon.ico",
5656
"setupIcon": "./src/icon.ico",
5757
"loadingGif": "./src/installing.gif",
58-
"certificateFile": "./certificates/encrypted-win-cert.pfx"
58+
"certificateFile": "./certificates/encrypted-win-cert.pfx",
59+
"certificatePassword": "password"
5960
},
6061
"electronInstallerDMG": {
6162
"name": "HTTP Toolkit",

0 commit comments

Comments
 (0)