Skip to content

Commit 94f17f2

Browse files
committed
Working Linux deb & zip builds
1 parent 4708fb4 commit 94f17f2

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

package.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"productName": "HTTP Toolkit",
44
"version": "0.0.1",
55
"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",
87
"main": "src/index.ts",
98
"scripts": {
109
"start": "electron-forge start",
@@ -21,26 +20,25 @@
2120
"make_targets": {
2221
"win32": ["squirrel"],
2322
"darwin": ["dmg"],
24-
"linux": ["deb", "rpm"]
23+
"linux": ["deb", "zip"]
2524
},
2625
"electronPackagerConfig": {
2726
"packageManager": "npm",
2827
"icon": "./src/icon"
2928
},
3029
"electronWinstallerConfig": {
31-
"exe": "httptoolkit.exe",
32-
"description": "HTTP(S) debugging proxy, analyzer & client"
30+
"exe": "httptoolkit.exe"
3331
},
3432
"electronInstallerDMG": {
3533
"name": "HTTP Toolkit",
3634
"icon": "src/icon.icns"
3735
},
3836
"electronInstallerDebian": {
37+
"name": "httptoolkit",
38+
"bin": "HTTP Toolkit",
3939
"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"]
4442
},
4543
"github_repository": {
4644
"owner": "httptoolkit",

0 commit comments

Comments
 (0)