Skip to content

Commit c204ad5

Browse files
committed
Filter distributables to just those we'll use
Dropping portable because it duplicates the zip, but with a fresh extraction (and antivirus scan) every time. Dropping Mac zip since it's very rarely used, and Catalina+ removes the executable bit when extracting, so it doesn't even work very well anyway.
1 parent 831bd0a commit c204ad5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,8 @@
5252
],
5353
"mac": {
5454
"target": [
55-
"dmg",
56-
"zip"
55+
"dmg"
5756
],
58-
"artifactName": "HttpToolkit-${os}-${arch}-${version}.${ext}",
5957
"category": "public.app-category.developer-tools",
6058
"icon": "src/icons/icon.icns",
6159
"entitlements": "src/entitlements.plist",
@@ -69,7 +67,6 @@
6967
"win": {
7068
"target": [
7169
"nsis",
72-
"portable",
7370
"zip"
7471
],
7572
"artifactName": "HttpToolkit-${os}-${arch}-${version}.${ext}",
@@ -80,9 +77,6 @@
8077
"installerIcon": "./src/icons/icon.ico",
8178
"artifactName": "HttpToolkit-installer-${version}.exe"
8279
},
83-
"portable": {
84-
"artifactName": "HttpToolkit-portable-${version}.exe"
85-
},
8680
"linux": {
8781
"target": [
8882
"deb",

0 commit comments

Comments
 (0)