fix: Improve macOS support

This commit is contained in:
LukeGus
2025-10-19 20:32:50 -05:00
parent 956171ce08
commit c38cfc2850
2 changed files with 3 additions and 8 deletions

View File

@@ -64,7 +64,7 @@
"target": [
{
"target": "mas",
"arch": ["x64", "arm64"]
"arch": "universal"
}
],
"icon": "public/icon.icns",
@@ -77,6 +77,7 @@
"minimumSystemVersion": "10.15"
},
"mas": {
"bundleVersion": "${env.BUILD_NUMBER}",
"provisioningProfile": "build/Termix_Mac_App_Store.provisionprofile",
"entitlements": "build/entitlements.mas.plist",
"entitlementsInherit": "build/entitlements.mas.inherit.plist",