Update Mac build target

This commit is contained in:
Geomitron
2024-02-04 17:54:53 -06:00
parent f8db0b6fc9
commit 7757b3fa09

View File

@@ -23,7 +23,13 @@
"mac": {
"category": "public.app-category.utilities",
"target": [
"dmg"
{
"target": "dmg",
"arch": [
"x64",
"arm64"
]
}
],
"icon": "dist/angular/assets/images/system/icons/mac/icon.icns"
},