Skip to content

Commit ae7c3b6

Browse files
committed
Flesh out the windows installer config
1 parent 11c6076 commit ae7c3b6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "HTTP Toolkit",
44
"version": "0.0.1",
55
"private": true,
6-
"description": "HTTP(S) debugging proxy, analyzer & client",
6+
"description": "HTTP(S) debugging proxy, analyzer and client",
77
"main": "src/index.ts",
88
"scripts": {
99
"start": "electron-forge start",
@@ -13,7 +13,7 @@
1313
"publish": "electron-forge publish"
1414
},
1515
"keywords": [],
16-
"author": "Tim Perry <tim@httptoolkit.tech>",
16+
"author": "Tim Perry",
1717
"license": "Apache-2.0",
1818
"config": {
1919
"forge": {
@@ -23,11 +23,16 @@
2323
"linux": ["deb", "zip"]
2424
},
2525
"electronPackagerConfig": {
26+
"executableName": "httptoolkit",
2627
"packageManager": "npm",
2728
"icon": "./src/icon"
2829
},
2930
"electronWinstallerConfig": {
30-
"exe": "httptoolkit.exe"
31+
"name": "httptoolkit",
32+
"title": "HTTP Toolkit",
33+
"exe": "httptoolkit.exe",
34+
"iconUrl": "https://httptoolkit.tech/favicon.ico",
35+
"setupIcon": "./src/icon.ico"
3136
},
3237
"electronInstallerDMG": {
3338
"name": "HTTP Toolkit",

0 commit comments

Comments
 (0)