-
Notifications
You must be signed in to change notification settings - Fork 98
/
electron-builder.yml
52 lines (52 loc) · 935 Bytes
/
electron-builder.yml
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
directories:
output: dist
buildResources: build
productName: BlinkMind
appId: org.awehook.blinkminddesktop
fileAssociations:
- ext:
- bmind
name: BlinkMind
description: Blink Mind Document
role: Editor
icon: icons/icon.ico
files:
- filter:
- build/main/**/*
- build/renderer/**/*
- index.html
- icons/**/*
dmg:
contents:
- x: 410
y: 150
type: "link"
path: "/Applications"
- x: 130
y: 150
type: "file"
nsis:
artifactName: '${productName}-${version}.${ext}'
oneClick: false
perMachine: true
allowElevation: true
allowToChangeInstallationDirectory: true
mac:
icon: icons/icon.icns
target:
- dmg
win:
artifactName: '${productName}-${version}.${ext}'
icon: icons/icon.ico
target:
- nsis
- zip
# - msi
linux:
target:
- deb
- rpm
- snap
- AppImage
category: Development
electronVersion: 8.1.1