Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwolf committed Sep 14, 2024
1 parent f5aa917 commit d03e569
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:

- name: Package the app
run: |
npx electron-builder --mac --publish always
npx electron-builder --mac --universal --publish always
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
"dmg",
"zip"
],
"arch": [
"universal"
],
"category": "public.app-category.utilities",
"artifactName": "${productName}-${version}-universal.${ext}",
"hardenedRuntime": true,
Expand Down

0 comments on commit d03e569

Please sign in to comment.