-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
113 lines (101 loc) · 2.6 KB
/
Copy pathelectron-builder.yml
File metadata and controls
113 lines (101 loc) · 2.6 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
appId: com.vispnote.app
productName: VispNote
copyright: Copyright © 2026 djkeshawa
directories:
output: dist
publish:
provider: github
owner: djkeshawa
repo: visp-note
files:
- vispnote.html
- main.js
- preload.js
- package.json
- assets/**/*
- build/renderer/**/*
- lib/**/*
- bin/**/*
- src/**/*
- node_modules/**/*
- "!**/*.map"
- "!tests/**/*"
- "!scripts/**/*"
- "!dist/**/*"
- "!release/**/*"
- "!coverage/**/*"
- "!VispNote/**/*"
- "!OminiNote/**/*"
- "!MyNote/**/*"
- "!vispnote-web/**/*"
- "!*.tgz"
- "!*.log"
asar: true
asarUnpack:
- node_modules/better-sqlite3/**/*
- node_modules/sqlite-vec-*/**/*
npmRebuild: true
buildDependenciesFromSource: false
beforePack: scripts/before-pack.js
mac:
category: public.app-category.productivity
publish: null
# Unsigned macOS builds. Notarization needs an App Store Connect key, and no
# signing secrets are configured, so requiring it blocked every release after
# v0.2.1 (see docs/final-hardening.md). Gatekeeper will warn on first launch.
# To restore signed releases: add the MAC_CSC_LINK, MAC_CSC_KEY_PASSWORD,
# APPLE_API_KEY_BASE64, APPLE_API_KEY_ID and APPLE_API_ISSUER secrets, then set
# this back to true. The workflow re-enables signing on its own once the
# secrets exist; this flag is the only manual step.
notarize: false
target:
- dmg
- zip
artifactName: ${productName}-${version}-${os}-${arch}.${ext}
dmg:
writeUpdateInfo: false
linux:
category: Office
maintainer: djkeshawa
syncDesktopName: true
icon: assets/linux-icons
target:
- AppImage
- deb
artifactName: ${productName}-${version}-${os}-${arch}.${ext}
deb:
afterInstall: scripts/linux-after-install.sh
depends:
- libgtk-3-0
- libnotify4
- libnss3
- libxss1
- libxtst6
- xdg-utils
- libatspi2.0-0
- libuuid1
- libsecret-1-0
win:
icon: assets/vispnote-icon.ico
target:
- nsis
artifactName: ${productName}-${version}-setup-${arch}.${ext}
requestedExecutionLevel: asInvoker
signAndEditExecutable: true
signtoolOptions:
signingHashAlgorithms:
- sha256
nsis:
artifactName: ${productName}-${version}-setup-${arch}.${ext}
oneClick: false
perMachine: false
allowElevation: true
allowToChangeInstallationDirectory: true
createDesktopShortcut: true
createStartMenuShortcut: true
shortcutName: VispNote
uninstallDisplayName: VispNote
uninstallUrlHelp: https://github.com/djkeshawa/visp-note/issues
uninstallUrlInfoAbout: https://github.com/djkeshawa/visp-note
portable:
artifactName: ${productName}-${version}-portable-${arch}.${ext}