-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
52 lines (52 loc) · 1.27 KB
/
electron-builder.yml
File metadata and controls
52 lines (52 loc) · 1.27 KB
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
44
45
46
47
48
49
50
51
52
appId: org.comfy.comfyui-desktop-2
productName: ComfyUI Desktop 2.0
directories:
buildResources: resources
files:
- '!**/.vscode/*'
- '!src/*'
- '!electron.vite.config.{js,ts,mjs,cjs}'
- '!eslint.config.ts'
- '!{.eslintcache,.prettierrc.json,README.md,DESIGN_PROCESS.md,MANAGER_RESTART.md,REFERENCE_COMFY_DESKTOP.md}'
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
- '!{.env,.env.*,.npmrc}'
- '!docs/*'
- '!out/**/*.map'
- '!reference/*'
extraResources:
- from: lib
to: lib
asarUnpack:
- node_modules/7zip-bin/**/*
afterPack: ./scripts/afterPack.mjs
publish:
provider: github
owner: Comfy-Org
repo: ComfyUI-Desktop-2.0-Beta
artifactName: ComfyUI-Desktop-2.0-${version}-${os}-${arch}.${ext}
win:
target: nsis
icon: assets/Comfy_Logo_x256.png
nsis:
oneClick: false
perMachine: false
allowToChangeInstallationDirectory: true
include: scripts/installer.nsh
mac:
target:
- dmg
- zip
icon: assets/Comfy_Logo_x512.png
category: public.app-category.developer-tools
linux:
target:
- AppImage
- deb
icon: assets/Comfy_Logo_x256.png
category: Development
extraResources:
- from: resources/apparmor-profile
to: apparmor-profile
deb:
afterInstall: scripts/after-install.sh
afterRemove: scripts/after-remove.sh