Added macOS arm64 build

This commit is contained in:
RemixDev 2022-12-14 14:23:04 +01:00
parent 22f16a2c20
commit 5d447b6035
No known key found for this signature in database
GPG Key ID: B33962B465BDB51C
1 changed files with 11 additions and 2 deletions

View File

@ -42,8 +42,17 @@
"package.json"
],
"mac": {
"target": "dmg",
"artifactName": "deemix-gui.${ext}",
"target": [
{
"target": "dmg",
"arch": "x64"
},
{
"target": "dmg",
"arch": "arm64"
}
],
"artifactName": "deemix-gui_${arch}.${ext}",
"category": "public.app-category.music"
},
"win": {