Skip to content

Commit

Permalink
Merge pull request #267 from zilliztech/universal-app
Browse files Browse the repository at this point in the history
change electron build target for mac to universal
  • Loading branch information
shanghaikid authored Sep 15, 2023
2 parents 37336be + 4f24da1 commit 6f025d5
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 501 deletions.
9 changes: 7 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/supertest": "^2.0.12",
"@types/ws": "^8.5.5",
"electron": "^25.3.0",
"electron-builder": "^24.4.0",
"electron-builder": "^24.6.4",
"jest": "^29.6.1",
"nodemon": "^3.0.1",
"prettier": "^3.0.0",
Expand Down Expand Up @@ -126,7 +126,12 @@
},
"mac": {
"icon": "./build/attu.icns",
"target": "dmg"
"target": [
{
"target": "default",
"arch": "universal"
}
]
},
"win": {
"icon": "./build/attu.png",
Expand Down
Loading

0 comments on commit 6f025d5

Please sign in to comment.