2023-11-02 16:03:21 +01:00
|
|
|
{
|
|
|
|
"productName": "Upscayl",
|
|
|
|
"appId": "org.upscayl.Upscayl",
|
|
|
|
"afterSign": "./notarize.js",
|
2024-02-09 14:00:32 +01:00
|
|
|
"buildVersion": "24.02.09",
|
2023-11-02 16:03:21 +01:00
|
|
|
"asar": true,
|
2023-12-03 07:36:00 +01:00
|
|
|
"asarUnpack": ["**/node_modules/sharp/**/*", "**/node_modules/@img/**/*"],
|
2023-11-02 16:03:21 +01:00
|
|
|
"extraFiles": [
|
|
|
|
{
|
|
|
|
"from": "resources/${os}/bin",
|
|
|
|
"to": "resources/bin",
|
|
|
|
"filter": ["**/*"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "resources/models",
|
|
|
|
"to": "resources/models",
|
|
|
|
"filter": ["**/*"]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"mas": {
|
|
|
|
"hardenedRuntime": false,
|
2023-11-10 14:11:21 +01:00
|
|
|
"gatekeeperAssess": false,
|
|
|
|
"type": "distribution",
|
2023-11-02 16:03:21 +01:00
|
|
|
"category": "public.app-category.photography",
|
|
|
|
"entitlements": "resources/entitlements.mas.plist",
|
2023-11-10 14:11:21 +01:00
|
|
|
"entitlementsInherit": "resources/entitlements.mas.inherit.plist",
|
|
|
|
"provisioningProfile": "embedded.provisionprofile",
|
2023-12-03 07:36:00 +01:00
|
|
|
"icon": "build/icon.icns",
|
|
|
|
"x64ArchFiles": "*",
|
2023-11-02 16:03:21 +01:00
|
|
|
"target": [
|
|
|
|
{
|
|
|
|
"target": "mas",
|
|
|
|
"arch": ["universal"]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"mac": {
|
2023-11-10 14:11:21 +01:00
|
|
|
"hardenedRuntime": true,
|
|
|
|
"gatekeeperAssess": false,
|
2023-11-02 16:03:21 +01:00
|
|
|
"mergeASARs": false,
|
2023-11-29 08:36:11 +01:00
|
|
|
"minimumSystemVersion": "12.0.0",
|
|
|
|
"electronLanguages": ["en"],
|
2023-11-02 16:03:21 +01:00
|
|
|
"x64ArchFiles": "*",
|
2023-11-10 14:11:21 +01:00
|
|
|
"type": "distribution",
|
2023-11-29 08:36:11 +01:00
|
|
|
"icon": "build/icon.icns",
|
2023-11-02 16:03:21 +01:00
|
|
|
"category": "public.app-category.photography",
|
|
|
|
"entitlements": "resources/entitlements.mac.plist",
|
2023-11-10 14:11:21 +01:00
|
|
|
"entitlementsInherit": "resources/entitlements.mac.plist",
|
|
|
|
"provisioningProfile": "embedded.provisionprofile"
|
2023-11-02 16:03:21 +01:00
|
|
|
}
|
|
|
|
}
|