Skip to content

Commit 4fd0647

Browse files
committed
Build macOS installers for both Intel and Apple Silicon; stop uploading electron-builder debug file
1 parent 524fca6 commit 4fd0647

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
app/release/*.dmg.blockmap
5858
app/release/*.zip
5959
app/release/*.AppImage
60-
app/release/*.yml
60+
app/release/latest*.yml
6161
if-no-files-found: ignore
6262

6363
publish-release:

app/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@
4545
"target": ["AppImage"]
4646
},
4747
"mac": {
48-
"icon": "build/icon.png"
48+
"icon": "build/icon.png",
49+
"target": [
50+
{ "target": "dmg", "arch": ["x64", "arm64"] },
51+
{ "target": "zip", "arch": ["x64", "arm64"] }
52+
]
4953
},
5054
"publish": {
5155
"provider": "github",

0 commit comments

Comments
 (0)