Skip to content

Commit 16456cf

Browse files
committed
chore: building and testing auto upgrade
1 parent f4dd0bc commit 16456cf

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "requestly",
33
"productName": "Requestly",
4-
"version": "1.5.14",
4+
"version": "1.7.3",
55
"private": true,
66
"description": "Intercept & Modify HTTP Requests",
77
"scripts": {
@@ -96,11 +96,7 @@
9696
]
9797
},
9898
"win": {
99-
"target": [
100-
"nsis",
101-
"msi"
102-
],
103-
"icon" : "assets/icon.ico"
99+
"certificateSubjectName" : "RQ Labs, Inc."
104100
},
105101
"linux": {
106102
"target": [

release/app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5.14",
4+
"version": "1.7.4",
55
"private": true,
66
"description": "Intercept & Modify HTTP Requests",
77
"main": "./dist/main/main.js",

0 commit comments

Comments
 (0)