-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
45 lines (37 loc) · 823 Bytes
/
electron-builder.yml
File metadata and controls
45 lines (37 loc) · 823 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
appId: com.cvbuilder.app
productName: CV Builder
copyright: Copyright 2026
directories:
output: release
buildResources: build
files:
- dist/**/*
- electron/**/*
- build/**/*
- node_modules/electron-store/**/*
- node_modules/sql.js/**/*
extraResources:
- from: node_modules/sql.js/dist/sql-wasm.wasm
to: sql-wasm.wasm
win:
signAndEditExecutable: false
target:
- target: nsis
arch: [x64]
- target: portable
arch: [x64]
icon: build/icon.ico
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
installerIcon: build/icon.ico
uninstallerIcon: build/icon.ico
artifactName: CV-Builder-Setup-${version}.${ext}
portable:
artifactName: CV-Builder-${version}.${ext}
mac:
target: dmg
icon: build/icon.icns
linux:
target: AppImage
icon: build/icon.png