forked from Jelmerro/Vieb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
electron-builder.yml
93 lines (93 loc) · 1.74 KB
/
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
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
appId: com.github.Jelmerro.vieb
linux:
icon: app/img/icons
executableName: vieb
category: Network;WebBrowser;
maintainer: Jelmer van Arnhem
target:
- target: AppImage
arch:
- x64
- arm64
- target: deb
arch:
- x64
- arm64
- target: freebsd
arch:
- x64
- arm64
- target: pacman
arch:
- x64
- arm64
- target: rpm
arch:
- x64
- arm64
- target: snap
arch:
- x64
- target: tar.gz
arch:
- x64
- arm64
extraFiles:
- filter:
- README.md
- LICENSE
rpm:
fpm:
- --rpm-rpmbuild-define=_build_id_links none
mac:
category: public.app-category.navigation
icon: app/img/icons
target:
- target: zip
arch:
- x64
- arm64
win:
icon: app/img/icons/512x512.png
legalTrademarks: Copyright @ Jelmer van Arnhem | Licensed as free software (GPL-3.0+)
target:
- target: nsis
arch:
- x64
- target: portable
arch:
- x64
- target: zip
arch:
- arm64
extraFiles:
- filter:
- README.md
- LICENSE
nsis:
differentialPackage: false
oneClick: false
license: LICENSE
files:
filter:
- "!ViebData"
- "!logo-wip-files"
- "!dist"
fileAssociations:
- name: HyperText Markup File
ext: htm
- name: HyperText Markup File
ext: html
- name: HyperText Markup File
ext: shtml
- name: Extensible HyperText Markup File
ext: xht
- name: Extensible HyperText Markup File
ext: xhtml
protocols:
- name: HyperText Transfer Protocol
schemes:
- ftp
- http
- https
copyright: Copyright @ Jelmer van Arnhem | Licensed as free software (GPL-3.0+)