Skip to content

Commit 8af8d04

Browse files
committed
feat: arm builds
1 parent 375ef8c commit 8af8d04

File tree

5 files changed

+9
-34
lines changed

5 files changed

+9
-34
lines changed

.github/workflows/release_desktop_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
APPLE_ID: ${{ secrets.apple_id }}
2121
APPLE_ID_PASS: ${{ secrets.apple_id_pass }}
2222

23-
if: github.ref == 'refs/heads/master'|| github.ref == 'refs/heads/production'
23+
if: github.ref == 'refs/heads/master'|| github.ref == 'refs/heads/production' || github.ref == 'refs/heads/arm-builds'
2424
runs-on: ${{ github.event.inputs.build_type }}
2525

2626
steps:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "requestly",
33
"productName": "Requestly",
4-
"version": "1.5.8",
4+
"version": "1.7.0",
55
"private": true,
66
"description": "Intercept & Modify HTTP Requests",
77
"scripts": {
@@ -65,7 +65,8 @@
6565
{
6666
"target": "dmg",
6767
"arch": [
68-
"x64"
68+
"x64",
69+
"arm64"
6970
]
7071
},
7172
{

release/app/package-lock.json

Lines changed: 2 additions & 28 deletions
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.8",
4+
"version": "1.7.0",
55
"private": true,
66
"description": "Intercept & Modify HTTP Requests",
77
"main": "./dist/main/main.js",

0 commit comments

Comments
 (0)