-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
60 lines (51 loc) · 945 Bytes
/
electron-builder.yml
File metadata and controls
60 lines (51 loc) · 945 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
appId: com.blueberrycongee.termcanvas
productName: TermCanvas
copyright: Copyright © 2026 blueberrycongee
publish:
provider: github
owner: blueberrycongee
repo: termcanvas
directories:
output: out
buildResources: build
files:
- dist/**/*
- dist-electron/**/*
extraResources:
- from: dist-cli
to: cli
filter:
- "**/*"
- from: skills
to: skills
filter:
- "**/*"
asarUnpack:
- node_modules/node-pty/**/*
mac:
identity: null
category: public.app-category.developer-tools
icon: build/icon.icns
target:
- target: dmg
arch:
- x64
- arm64
- target: zip
arch:
- x64
- arm64
linux:
category: Development
icon: build/icon.png
target:
- AppImage
- deb
win:
icon: build/icon.ico
artifactName: "${productName}-Setup-${version}.${ext}"
target:
- nsis
nsis:
oneClick: false
allowToChangeInstallationDirectory: true