Skip to content

Commit d50059f

Browse files
committed
chore: zip needed for auto update
1 parent ed719bd commit d50059f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "requestly",
33
"productName": "Requestly",
4-
"version": "1.8.1",
4+
"version": "1.8.3",
55
"main": "src/main/main.ts",
66
"private": true,
77
"description": "Intercept & Modify HTTP Requests",
@@ -84,6 +84,12 @@
8484
"arch": [
8585
"arm64"
8686
]
87+
},
88+
{
89+
"target": "zip",
90+
"arch": [
91+
"arm64"
92+
]
8793
}
8894
]
8995
},

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "requestly",
33
"productName": "Requestly",
4-
"version": "1.8.1",
4+
"version": "1.8.3",
55
"private": true,
66
"description": "Intercept & Modify HTTP Requests",
77
"main": "./dist/main/main.js",

0 commit comments

Comments
 (0)