Skip to content

Commit

Permalink
Update upscayl-bin for linux and mas config
Browse files Browse the repository at this point in the history
  • Loading branch information
NayamAmarshe committed Nov 10, 2023
1 parent e610e7b commit 000f6d7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
27 changes: 14 additions & 13 deletions mas.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"productName": "Upscayl",
"appId": "org.upscayl.Upscayl",
"afterSign": "./notarize.js",
"buildVersion": "23.11.5",
"asar": true,
"asarUnpack": ["**/node_modules/sharp/**/*"],
"extraFiles": [
Expand All @@ -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",
Expand All @@ -37,14 +38,14 @@
]
},
"mac": {
"type": "distribution",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"mergeASARs": false,
"x64ArchFiles": "*",
"provisioningProfile": "prod.provisionprofile",
"type": "distribution",
"category": "public.app-category.photography",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "resources/entitlements.mac.plist",
"entitlementsInherit": "resources/entitlements.mac.plist"
"entitlementsInherit": "resources/entitlements.mac.plist",
"provisioningProfile": "embedded.provisionprofile"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -147,8 +148,7 @@
"universal"
]
}
],
"x64ArchFiles": "*"
]
},
"dmg": {
"sign": "false",
Expand Down
Binary file modified resources/linux/bin/upscayl-bin
Binary file not shown.

0 comments on commit 000f6d7

Please sign in to comment.