mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-30 18:24:27 +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",
|
"productName": "Upscayl",
|
||||||
"appId": "org.upscayl.Upscayl",
|
"appId": "org.upscayl.Upscayl",
|
||||||
"afterSign": "./notarize.js",
|
"afterSign": "./notarize.js",
|
||||||
|
"buildVersion": "23.11.5",
|
||||||
"asar": true,
|
"asar": true,
|
||||||
"asarUnpack": ["**/node_modules/sharp/**/*"],
|
"asarUnpack": ["**/node_modules/sharp/**/*"],
|
||||||
"extraFiles": [
|
"extraFiles": [
|
||||||
@ -16,19 +17,19 @@
|
|||||||
"filter": ["**/*"]
|
"filter": ["**/*"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"buildVersion": "3.11.23",
|
|
||||||
"mas": {
|
"mas": {
|
||||||
"type": "distribution",
|
|
||||||
"hardenedRuntime": false,
|
"hardenedRuntime": false,
|
||||||
|
"gatekeeperAssess": false,
|
||||||
|
"mergeASARs": false,
|
||||||
|
"x64ArchFiles": "*",
|
||||||
|
"minimumSystemVersion": "21.0.1",
|
||||||
"electronLanguages": ["en"],
|
"electronLanguages": ["en"],
|
||||||
|
"type": "distribution",
|
||||||
|
"icon": "build/icon.icns",
|
||||||
"category": "public.app-category.photography",
|
"category": "public.app-category.photography",
|
||||||
"entitlements": "resources/entitlements.mas.plist",
|
"entitlements": "resources/entitlements.mas.plist",
|
||||||
"entitlementsInherit": "resources/entitlements.mas.plist",
|
"entitlementsInherit": "resources/entitlements.mas.inherit.plist",
|
||||||
"provisioningProfile": "prod.provisionprofile",
|
"provisioningProfile": "embedded.provisionprofile",
|
||||||
"mergeASARs": false,
|
|
||||||
"gatekeeperAssess": false,
|
|
||||||
"icon": "build/icon.icns",
|
|
||||||
"x64ArchFiles": "*",
|
|
||||||
"target": [
|
"target": [
|
||||||
{
|
{
|
||||||
"target": "mas",
|
"target": "mas",
|
||||||
@ -37,14 +38,14 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"type": "distribution",
|
|
||||||
"mergeASARs": false,
|
|
||||||
"x64ArchFiles": "*",
|
|
||||||
"provisioningProfile": "prod.provisionprofile",
|
|
||||||
"category": "public.app-category.photography",
|
|
||||||
"hardenedRuntime": true,
|
"hardenedRuntime": true,
|
||||||
"gatekeeperAssess": false,
|
"gatekeeperAssess": false,
|
||||||
|
"mergeASARs": false,
|
||||||
|
"x64ArchFiles": "*",
|
||||||
|
"type": "distribution",
|
||||||
|
"category": "public.app-category.photography",
|
||||||
"entitlements": "resources/entitlements.mac.plist",
|
"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: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": "tsc && npm run build && electron-builder --mac --universal",
|
||||||
"dist:mac-arm64": "tsc && npm run build && electron-builder --mac --arm64",
|
"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: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:win": "tsc && npm run build && electron-builder --win",
|
||||||
"dist:linux": "tsc && npm run build && electron-builder --linux",
|
"dist:linux": "tsc && npm run build && electron-builder --linux",
|
||||||
@ -127,13 +127,14 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"category": "public.app-category.photography",
|
|
||||||
"hardenedRuntime": true,
|
"hardenedRuntime": true,
|
||||||
"gatekeeperAssess": false,
|
"gatekeeperAssess": false,
|
||||||
|
"mergeASARs": false,
|
||||||
|
"x64ArchFiles": "*",
|
||||||
|
"category": "public.app-category.photography",
|
||||||
"entitlements": "resources/entitlements.mac.plist",
|
"entitlements": "resources/entitlements.mac.plist",
|
||||||
"entitlementsInherit": "resources/entitlements.mac.plist",
|
"entitlementsInherit": "resources/entitlements.mac.plist",
|
||||||
"provisioningProfile": "embedded.provisionprofile",
|
"provisioningProfile": "embedded.provisionprofile",
|
||||||
"mergeASARs": false,
|
|
||||||
"target": [
|
"target": [
|
||||||
{
|
{
|
||||||
"target": "dmg",
|
"target": "dmg",
|
||||||
@ -147,8 +148,7 @@
|
|||||||
"universal"
|
"universal"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"x64ArchFiles": "*"
|
|
||||||
},
|
},
|
||||||
"dmg": {
|
"dmg": {
|
||||||
"sign": "false",
|
"sign": "false",
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user