]> git.lizzy.rs Git - minetest.git/commitdiff
Fix list of libraries included in AppImage
authorLejo <Lejo_1@web.de>
Sat, 15 May 2021 21:56:33 +0000 (23:56 +0200)
committerGitHub <noreply@github.com>
Sat, 15 May 2021 21:56:33 +0000 (23:56 +0200)
.gitlab-ci.yml
AppImageBuilder.yml

index 597e7ab521432ec50bd36c4905287b07b419d4c1..b5c4695bb15edcc79bc9ac17ad26600841b79e45 100644 (file)
@@ -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/
index 9ecad5d8e322231e60f649718191ea5c7e0ae956..5788e246b863bc32dea9428010c81d56e3d3d45a 100644 (file)
@@ -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: