1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-24 07:30:19 +01:00
upscayl/mas.json
Nayam Amarshe 806a748609 Update mas
2023-11-29 13:06:11 +05:30

50 lines
1.3 KiB
JSON

{
"productName": "Upscayl",
"appId": "org.upscayl.Upscayl",
"afterSign": "./notarize.js",
"buildVersion": "23.11.5",
"asar": true,
"asarUnpack": ["**/node_modules/sharp/**/*"],
"extraFiles": [
{
"from": "resources/${os}/bin",
"to": "resources/bin",
"filter": ["**/*"]
},
{
"from": "resources/models",
"to": "resources/models",
"filter": ["**/*"]
}
],
"mas": {
"hardenedRuntime": false,
"gatekeeperAssess": false,
"type": "distribution",
"category": "public.app-category.photography",
"entitlements": "resources/entitlements.mas.plist",
"entitlementsInherit": "resources/entitlements.mas.inherit.plist",
"provisioningProfile": "embedded.provisionprofile",
"target": [
{
"target": "mas",
"arch": ["universal"]
}
]
},
"mac": {
"hardenedRuntime": true,
"gatekeeperAssess": false,
"mergeASARs": false,
"minimumSystemVersion": "12.0.0",
"electronLanguages": ["en"],
"x64ArchFiles": "*",
"type": "distribution",
"icon": "build/icon.icns",
"category": "public.app-category.photography",
"entitlements": "resources/entitlements.mac.plist",
"entitlementsInherit": "resources/entitlements.mac.plist",
"provisioningProfile": "embedded.provisionprofile"
}
}