File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
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" : " Electron wrapper to build and distribute HTTP Toolkit for the desktop" ,
7
- "productDescription" : " HTTP(S) debugging proxy, analyzer & client" ,
6
+ "description" : " HTTP(S) debugging proxy, analyzer & client" ,
8
7
"main" : " src/index.ts" ,
9
8
"scripts" : {
10
9
"start" : " electron-forge start" ,
21
20
"make_targets" : {
22
21
"win32" : [" squirrel" ],
23
22
"darwin" : [" dmg" ],
24
- "linux" : [" deb" , " rpm " ]
23
+ "linux" : [" deb" , " zip " ]
25
24
},
26
25
"electronPackagerConfig" : {
27
26
"packageManager" : " npm" ,
28
27
"icon" : " ./src/icon"
29
28
},
30
29
"electronWinstallerConfig" : {
31
- "exe" : " httptoolkit.exe" ,
32
- "description" : " HTTP(S) debugging proxy, analyzer & client"
30
+ "exe" : " httptoolkit.exe"
33
31
},
34
32
"electronInstallerDMG" : {
35
33
"name" : " HTTP Toolkit" ,
36
34
"icon" : " src/icon.icns"
37
35
},
38
36
"electronInstallerDebian" : {
37
+ "name" : " httptoolkit" ,
38
+ "bin" : " HTTP Toolkit" ,
39
39
"icon" : " src/icon.png" ,
40
- "homepage" : " https://httptoolkit.tech"
41
- },
42
- "electronInstallerRedhat" : {
43
- "icon" : " src/icon.png"
40
+ "homepage" : " https://httptoolkit.tech" ,
41
+ "categories" : [" Development" , " Network" ]
44
42
},
45
43
"github_repository" : {
46
44
"owner" : " httptoolkit" ,
You can’t perform that action at this time.
0 commit comments