Skip to content

Commit

Permalink
Fix list of libraries included in AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
Lejo1 committed May 15, 2021
1 parent 53dca4f commit d44f1aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -275,7 +275,7 @@ package:appimage-client:
- build:ubuntu-18.04
before_script:
- apt-get update -y
- apt-get install -y git wget
- apt-get install -y git
# Collect files
- mkdir AppDir
- cp -a artifact/minetest/usr/ AppDir/usr/
Expand Down
21 changes: 12 additions & 9 deletions AppImageBuilder.yml
Expand Up @@ -24,18 +24,21 @@ AppDir:
- sourceline: deb http://archive.ubuntu.com/ubuntu/ bionic-security main universe

include:
- libirrlicht1.8
- libxxf86vm1
- libgl1-mesa-glx
- libsqlite3-0
- libogg0
- libvorbis0a
- libopenal1
- libc6
- libcurl3-gnutls
- libfreetype6
- zlib1g
- libgmp10
- libgl1
- libjpeg-turbo8
- libjsoncpp1
- libleveldb1v5
- libopenal1
- libpng16-16
- libsqlite3-0
- libstdc++6
- libvorbisfile3
- libx11-6
- libxxf86vm1
- zlib1g

files:
exclude:
Expand Down

0 comments on commit d44f1aa

Please sign in to comment.