We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed719bd commit d50059fCopy full SHA for d50059f
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "requestly",
3
"productName": "Requestly",
4
- "version": "1.8.1",
+ "version": "1.8.3",
5
"main": "src/main/main.ts",
6
"private": true,
7
"description": "Intercept & Modify HTTP Requests",
@@ -84,6 +84,12 @@
84
"arch": [
85
"arm64"
86
]
87
+ },
88
+ {
89
+ "target": "zip",
90
+ "arch": [
91
+ "arm64"
92
+ ]
93
}
94
95
},
release/app/package.json
"main": "./dist/main/main.js",
0 commit comments