fix: re-add universal arch for mac

This commit is contained in:
Fazri Gading
2026-01-30 22:39:26 +08:00
parent 3e1c4aef73
commit fa568fcce7

View File

@@ -91,10 +91,19 @@
}, },
"mac": { "mac": {
"target": [ "target": [
"dmg", {
"zip" "target": "dmg",
"arch": [
"universal"
]
},
{
"target": "zip",
"arch": [
"universal"
]
}
], ],
"arch": ["universal"],
"icon": "build/icon.icns", "icon": "build/icon.icns",
"category": "public.app-category.games" "category": "public.app-category.games"
}, },