mirror of
https://github.com/upscayl/upscayl.git
synced 2025-01-19 01:24:09 +01:00
33 lines
769 B
JSON
33 lines
769 B
JSON
{
|
|
"productName": "Upscayl",
|
|
"appId": "org.upscayl.Upscayl",
|
|
"buildVersion": "25.06.01",
|
|
"asar": true,
|
|
"asarUnpack": ["**/node_modules/sharp/**/*", "**/node_modules/@img/**/*"],
|
|
"extraFiles": [
|
|
{
|
|
"from": "resources/${os}/bin",
|
|
"to": "resources/bin",
|
|
"filter": ["**/*"]
|
|
},
|
|
{
|
|
"from": "resources/models",
|
|
"to": "resources/models",
|
|
"filter": ["**/*"]
|
|
}
|
|
],
|
|
"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",
|
|
"identity": null,
|
|
"target": ["dir"]
|
|
}
|
|
}
|