-
Notifications
You must be signed in to change notification settings - Fork 200
Expand file tree
/
Copy pathtodesktop.json
More file actions
43 lines (43 loc) · 996 Bytes
/
todesktop.json
File metadata and controls
43 lines (43 loc) · 996 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
33
34
35
36
37
38
39
40
41
42
43
{
"$schema": "https://unpkg.com/@todesktop/cli@1.15.2/schemas/schema.json",
"id": "241012ess7yxs0e",
"icon": "./assets/UI/Comfy_Logo_x512.png",
"appBuilderLibVersion": "25.1.8",
"schemaVersion": 1,
"uploadSizeLimit": 500,
"appPath": ".",
"appFiles": [
"src/**",
"scripts/**",
"assets/ComfyUI/**",
"assets/UI/**",
"assets/requirements/**",
"assets/uv/**",
".vite/**",
".yarnrc.yml",
".yarn/**",
".husky/**"
],
"extraResources": [{ "from": "./assets" }],
"filesForDistribution": [
"!assets/**",
"!dist/**",
"!src/**",
"!scripts/**",
"!.yarn/**",
"!.yarnrc.yml",
"!.husky/**"
],
"mac": {
"icon": "./assets/UI/Comfy_Logo_x1024.png",
"additionalBinariesToSign": [
"./assets/uv/macos/uv",
"./assets/uv/macos/uvx"
]
},
"windows": {
"icon": "./assets/UI/Comfy_Icon_Windows.png",
"nsisInclude": "./scripts/installer.nsh"
},
"updateUrlBase": "https://updater.comfy.org"
}