forked from hanhdt/esp32-flash-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
electron-builder.yaml
57 lines (50 loc) · 1017 Bytes
/
electron-builder.yaml
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
directories:
output: release
appId: com.hanhdt.esp.flashtool
copyright: "Copyright © 2020 Hanh D. TRAN"
asar: true
asarUnpack:
- dist/electron/static/esptool/**/*
productName: ESP32FlashTool
files:
- dist/electron/**/*
# Mac OS configuration
mac:
category: public.app-category.utilities
icon: static/icons/icon.icns
target:
- pkg
- dmg
- zip
# Mac OS AppStore configuration
# mas:
# type: distribution
# category: public.app-category.utilities
# entitlements: build/entitlements.mas.plist
# icon: static/icons/icon.icns
dmg:
contents:
- x: 410
y: 220
type: "link"
path: "/Applications"
- x: 130
y: 220
type: "file"
# Windows configuration
win:
icon: static/icons/icon.ico
target:
- "zip"
- "nsis"
# Config for the windows installer
nsis:
oneClick: true
perMachine: true
# Linux configuration
linux:
icon: static/icons/icons
target:
- "AppImage"
- "deb"
maintainer: "Hanh D. TRAN <[email protected]>"