File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 3
3
"productName" : " HTTP Toolkit" ,
4
4
"version" : " 0.0.1" ,
5
5
"private" : true ,
6
- "description" : " HTTP(S) debugging proxy, analyzer & client" ,
6
+ "description" : " HTTP(S) debugging proxy, analyzer and client" ,
7
7
"main" : " src/index.ts" ,
8
8
"scripts" : {
9
9
"start" : " electron-forge start" ,
13
13
"publish" : " electron-forge publish"
14
14
},
15
15
"keywords" : [],
16
- "author" : " Tim Perry <tim@httptoolkit.tech> " ,
16
+ "author" : " Tim Perry" ,
17
17
"license" : " Apache-2.0" ,
18
18
"config" : {
19
19
"forge" : {
23
23
"linux" : [" deb" , " zip" ]
24
24
},
25
25
"electronPackagerConfig" : {
26
+ "executableName" : " httptoolkit" ,
26
27
"packageManager" : " npm" ,
27
28
"icon" : " ./src/icon"
28
29
},
29
30
"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"
31
36
},
32
37
"electronInstallerDMG" : {
33
38
"name" : " HTTP Toolkit" ,
You can’t perform that action at this time.
0 commit comments