-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
63 lines (54 loc) · 1.29 KB
/
electron-builder.yml
File metadata and controls
63 lines (54 loc) · 1.29 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
appId: com.luminanote.app
productName: Lumina Note
# Targets: mac universal (dmg+zip), win x64 (nsis), linux AppImage.
# Publishing goes through GitHub Releases; electron-updater reads the
# `latest.yml` / `latest-mac.yml` artifacts this produces.
publish:
provider: github
owner: blueberrycongee
repo: Lumina-Note
releaseType: release
directories:
buildResources: build-resources
output: release
files:
- out/**/*
- package.json
extraResources:
- from: resources/plugins
to: plugins
filter: ['**/*']
- from: resources/skills
to: skills
filter: ['**/*']
- from: resources/agent
to: agent
filter: ['**/*']
mac:
category: public.app-category.productivity
target:
- target: dmg
arch: [universal]
- target: zip
arch: [universal]
icon: build-resources/icon.icns
hardenedRuntime: true
gatekeeperAssess: false
entitlements: build-resources/entitlements.mac.plist
entitlementsInherit: build-resources/entitlements.mac.plist
win:
target:
- target: nsis
arch: [x64]
icon: build-resources/icon.ico
nsis:
oneClick: false
perMachine: false
allowToChangeInstallationDirectory: true
deleteAppDataOnUninstall: false
linux:
target:
- target: AppImage
arch: [x64]
icon: build-resources/icon.png
category: Office