We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9be824 commit d7a5157Copy full SHA for d7a5157
.github/workflows/release.yml
@@ -58,7 +58,8 @@ jobs:
58
- name: Package macOS
59
if: runner.os == 'macOS'
60
run: |
61
- npx electron-builder --mac dmg --universal --publish always
+ npx electron-builder --mac dmg --x64 --publish always
62
+ npx electron-builder --mac dmg --arm64 --publish always
63
env:
64
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
package.json
@@ -76,7 +76,7 @@
76
"allowToChangeInstallationDirectory": true
77
},
78
"mac": {
79
- "artifactName": "${productName} Setup ${version}.${ext}",
+ "artifactName": "${productName} Setup ${version} ${arch}.${ext}",
80
"icon": "build/icon.icns",
81
"category": "public.app-category.education",
82
"darkModeSupport": true,
0 commit comments