This repository was archived by the owner on Sep 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathelectron-builder.yml
76 lines (76 loc) · 2.21 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
#
# Copyright (C) 2017-2019 Junpei Kawamoto
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
appId: "io.goobox.CommunityGUI"
directories:
buildResources: ""
files:
- "!__mocks__"
- "!__tests__"
- "!coverage"
- "!Docs"
- "!node_modules/node-jre/jre"
- "!goobox-sync-*"
- "!src"
- "!tmp"
- "!vendor"
mac:
category: "public.app-category.productivity"
icon: "resources/goobox.icns"
type: "development"
extraResources:
- from: "tmp/mac/goobox-sync-storj"
to: "app/goobox-sync-storj"
- from: "tmp/mac/goobox-sync-sia"
to: "app/goobox-sync-sia"
- from: "vendor/mac"
to: "../PlugIns/"
- from: "node_modules/fileicon/bin/fileicon"
to: "app/fileicon"
win:
target: "nsis"
icon: "resources/goobox.ico"
extraResources:
- from: "tmp/win/goobox-sync-storj"
to: "app/goobox-sync-storj"
- from: "tmp/win/goobox-sync-sia"
to: "app/goobox-sync-sia"
- from: "vendor/win"
to: "libraries"
filter: "*.dll"
publisherName: "Goobox"
linux:
target: "AppImage"
icon: "resources/goobox.icns"
category: "System"
extraResources:
- from: "tmp/linux/goobox-sync-storj"
to: "app/goobox-sync-storj"
- from: "tmp/linux/goobox-sync-sia"
to: "app/goobox-sync-sia"
artifactName: "${productName}-${version}-x86_64.${ext}"
asar: false
asarUnpack:
- "node_modules/node-jre"
- "node_modules/node-notifier"
nsis:
perMachine: true
installerIcon: "resources/installer.ico"
uninstallerIcon: "resources/installer.ico"
license: "LICENSE"
deleteAppDataOnUninstall: true
artifactName: "${productName}-${version}-setup_x64.${ext}"
include: "vendor/win/installer.nsi"