forked from upscayl/upscayl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmac-dev.json
More file actions
32 lines (32 loc) · 769 Bytes
/
mac-dev.json
File metadata and controls
32 lines (32 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"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"]
}
}