Skip to content

Commit edfccf8

Browse files
committed
First Apple Silicon build support.
Signed-off-by: ubi de feo <me@ubidefeo.com>
1 parent 2b560af commit edfccf8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
config:
2525
- os: windows-2019
2626
- os: ubuntu-latest
27-
- os: macos-latest
27+
- os: macos-13
28+
- os: macos-14
2829
runs-on: ${{ matrix.config.os }}
2930
timeout-minutes: 90
3031

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"post-set-shell": "npm config set script-shell bash",
99
"rebuild": "electron-rebuild",
1010
"dev": "electron --inspect ./",
11-
"build": "npm run post-set-shell && electron-builder $(if [ $(uname -m) = arm64 ]; then echo --mac --x64; fi)",
11+
"build": "npm run post-set-shell && electron-builder",
1212
"postinstall": "npm run post-set-shell && npm run rebuild"
1313
},
1414
"devDependencies": {

0 commit comments

Comments
 (0)