mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-27 17:00:52 +01:00
Update upscayl-bin for linux and mas config
This commit is contained in:
parent
e610e7b8a9
commit
000f6d7c10
29
mas.json
29
mas.json
@ -2,6 +2,7 @@
|
||||
"productName": "Upscayl",
|
||||
"appId": "org.upscayl.Upscayl",
|
||||
"afterSign": "./notarize.js",
|
||||
"buildVersion": "23.11.5",
|
||||
"asar": true,
|
||||
"asarUnpack": ["**/node_modules/sharp/**/*"],
|
||||
"extraFiles": [
|
||||
@ -16,19 +17,19 @@
|
||||
"filter": ["**/*"]
|
||||
}
|
||||
],
|
||||
"buildVersion": "3.11.23",
|
||||
"mas": {
|
||||
"type": "distribution",
|
||||
"hardenedRuntime": false,
|
||||
"gatekeeperAssess": false,
|
||||
"mergeASARs": false,
|
||||
"x64ArchFiles": "*",
|
||||
"minimumSystemVersion": "21.0.1",
|
||||
"electronLanguages": ["en"],
|
||||
"type": "distribution",
|
||||
"icon": "build/icon.icns",
|
||||
"category": "public.app-category.photography",
|
||||
"entitlements": "resources/entitlements.mas.plist",
|
||||
"entitlementsInherit": "resources/entitlements.mas.plist",
|
||||
"provisioningProfile": "prod.provisionprofile",
|
||||
"mergeASARs": false,
|
||||
"gatekeeperAssess": false,
|
||||
"icon": "build/icon.icns",
|
||||
"x64ArchFiles": "*",
|
||||
"entitlementsInherit": "resources/entitlements.mas.inherit.plist",
|
||||
"provisioningProfile": "embedded.provisionprofile",
|
||||
"target": [
|
||||
{
|
||||
"target": "mas",
|
||||
@ -37,14 +38,14 @@
|
||||
]
|
||||
},
|
||||
"mac": {
|
||||
"type": "distribution",
|
||||
"mergeASARs": false,
|
||||
"x64ArchFiles": "*",
|
||||
"provisioningProfile": "prod.provisionprofile",
|
||||
"category": "public.app-category.photography",
|
||||
"hardenedRuntime": true,
|
||||
"gatekeeperAssess": false,
|
||||
"mergeASARs": false,
|
||||
"x64ArchFiles": "*",
|
||||
"type": "distribution",
|
||||
"category": "public.app-category.photography",
|
||||
"entitlements": "resources/entitlements.mac.plist",
|
||||
"entitlementsInherit": "resources/entitlements.mac.plist"
|
||||
"entitlementsInherit": "resources/entitlements.mac.plist",
|
||||
"provisioningProfile": "embedded.provisionprofile"
|
||||
}
|
||||
}
|
||||
|
10
package.json
10
package.json
@ -54,7 +54,7 @@
|
||||
"dist:pkg": "tsc && npm run build && cross-env DEBUG=* electron-builder build -m pkg",
|
||||
"dist:mac": "tsc && npm run build && electron-builder --mac --universal",
|
||||
"dist:mac-arm64": "tsc && npm run build && electron-builder --mac --arm64",
|
||||
"dist:mas": "tsc && npm run build && electron-builder --mac mas --universal",
|
||||
"dist:mas": "tsc && npm run build && electron-builder --mac mas --universal -c mas.json",
|
||||
"dist:mas-dev": "tsc && npm run build && electron-builder --mac mas-dev --universal -c mas-dev.json",
|
||||
"dist:win": "tsc && npm run build && electron-builder --win",
|
||||
"dist:linux": "tsc && npm run build && electron-builder --linux",
|
||||
@ -127,13 +127,14 @@
|
||||
]
|
||||
},
|
||||
"mac": {
|
||||
"category": "public.app-category.photography",
|
||||
"hardenedRuntime": true,
|
||||
"gatekeeperAssess": false,
|
||||
"mergeASARs": false,
|
||||
"x64ArchFiles": "*",
|
||||
"category": "public.app-category.photography",
|
||||
"entitlements": "resources/entitlements.mac.plist",
|
||||
"entitlementsInherit": "resources/entitlements.mac.plist",
|
||||
"provisioningProfile": "embedded.provisionprofile",
|
||||
"mergeASARs": false,
|
||||
"target": [
|
||||
{
|
||||
"target": "dmg",
|
||||
@ -147,8 +148,7 @@
|
||||
"universal"
|
||||
]
|
||||
}
|
||||
],
|
||||
"x64ArchFiles": "*"
|
||||
]
|
||||
},
|
||||
"dmg": {
|
||||
"sign": "false",
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user