forked from hanhdt/esp32-flash-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yaml
More file actions
51 lines (45 loc) · 862 Bytes
/
electron-builder.yaml
File metadata and controls
51 lines (45 loc) · 862 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
46
47
48
49
50
51
directories:
output: release
appId: com.hanhdt.esp.flashtool
copyright: "Copyright © 2022 Hanh D. TRAN"
asar: true
asarUnpack:
- dist/electron/static/esptool/**/*
productName: ESP32FirmwareTool
files:
- dist/electron/**/*
- embedded.provisionprofile
# Mac OS configuration
mac:
category: public.app-category.utilities
icon: static/icons/icon.icns
target:
- pkg
- zip
- dmg
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 <tranduchanh.ms@gmail.com>"