-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAppImageBuilder.yml
More file actions
66 lines (61 loc) · 1.51 KB
/
AppImageBuilder.yml
File metadata and controls
66 lines (61 loc) · 1.51 KB
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
version: 1
AppDir:
path: ./AppDir
app_info:
id: dev.unchunks.rogue
name: Rogue
version: 1.0.5
exec: usr/bin/rogue
exec_args: $@
apt:
arch: amd64
sources:
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
include:
- libsdl2-2.0-0
- libsdl2-image-2.0-0
- libsdl2-ttf-2.0-0
- libsdl2-mixer-2.0-0
- libstdc++6
- libfreetype6
- libharfbuzz0b
- libc6
- libgcc-s1
- libpng16-16
- libjpeg-turbo8
- libwebp6
- libtiff5
- libvorbis0a
- libvorbisfile3
- libflac8
- libmodplug1
- libopusfile0
- libmpg123-0
files:
include:
- ./assets:usr/share/rogue/assets
- ./rogue:usr/bin/rogue
exclude:
- usr/share/man
- usr/share/doc
- usr/share/info
- usr/share/lintian
- usr/share/bug
- usr/lib/kernel
- etc/init.d
- lib/systemd
- lib/udev
- sbin
runtime:
env:
# Ensure AppDir libs are found first
LD_LIBRARY_PATH: '${APPDIR}/usr/lib:${APPDIR}/usr/lib/x86_64-linux-gnu:${APPDIR}/lib:${APPDIR}/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH'
# Avoid GStreamer-related warnings
GST_REGISTRY_DISABLE: '1'
GST_PLUGIN_SCANNER_DISABLE: '1'
ROGUE_ASSETS_DIR: '${APPDIR}/usr/share/rogue/assets'
AppImage:
arch: x86_64
update-information: None
sign-key: ""