-
Notifications
You must be signed in to change notification settings - Fork 1
/
targets1.yml
57 lines (46 loc) · 1.12 KB
/
targets1.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
extends: "./base.yml"
# This produces setup installers
# Disabled pacman as it kept crashing the builder for no apparent reason
# Disabled deb and rpm, honestly fpm seems to be really buggy lately
artifactName: "${productName} Setup ${os} ${arch}.${ext}"
icon: "./pokered-save-editor/assets/icons"
win:
target:
- target: "nsis"
arch:
- "x64"
- "ia32"
icon: "./pokered-save-editor/assets/icons/icon.ico"
nsis:
deleteAppDataOnUninstall: true
linux:
target:
- target: "AppImage"
arch:
- "x64"
- "ia32"
# - target: "deb"
# arch:
# - "x64"
# - "ia32"
# - target: "rpm"
# arch:
# - "x64"
# - "ia32"
# - target: "pacman"
# arch:
# - "x64"
# - "ia32"
icon: "./pokered-save-editor/assets/icons"
synopsis: "Pokemon Red/Blue Save Editor"
category: "Utility"
appImage:
synopsis: "Pokemon Red/Blue Save Editor"
category: "Utility"
# deb:
# packageCategory: "utils"
# priority: "optional"
# rpm:
# packageCategory: "Applications/Editors"
# pacman:
# packageCategory: "Applications/Editors"