Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Adjusted mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
coltoneshaw committed Apr 29, 2022
1 parent ae8e0fa commit 0a9d0da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node/
/node_modules
src/main-app.js
dist/*
build/*
# build/*
/src/main-app.js
release/*
commit.sh
Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,13 @@
},
"mac": {
"category": "public.app-category.finance",
"target": [
"dmg",
"zip"
],
"target": {
"target": "default",
"arch": [
"x64",
"arm64"
]
},
"type": "distribution",
"darkModeSupport": true,
"hardenedRuntime": true,
Expand Down

0 comments on commit 0a9d0da

Please sign in to comment.