summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sh10
-rw-r--r--install_dependencies.sh2
2 files changed, 6 insertions, 6 deletions
diff --git a/build.sh b/build.sh
index 7c56db9..1448987 100644
--- a/build.sh
+++ b/build.sh
@@ -35,11 +35,11 @@ make install
# package
-
-/builds/mana-launcher/mplusbuilder/linuxdeploy-x86_64.AppImage --appdir appDir \
--d /builds/mana-launcher/mplusbuilder/manaplus.desktop \
+../../linuxdeploy-x86_64.AppImage --appdir appDir \
+-d ../../manaplus.desktop \
-i ./data/icons/manaplus.svg \
-e ./run/bin/manaplus \
---output appimage
+--output appimage > /dev/null
+
+mv *.AppImage ../../
-mv *.AppImage /builds/mana-launcher/mplusbuilder/
diff --git a/install_dependencies.sh b/install_dependencies.sh
index 71fa6d1..67a0f43 100644
--- a/install_dependencies.sh
+++ b/install_dependencies.sh
@@ -10,7 +10,7 @@ sh -c 'echo "deb-src http://de.archive.ubuntu.com/ubuntu trusty main restricted
apt-get update -y
apt-get -y build-dep manaplus
-apt-get install -y g++ gcc xsel make autoconf automake appstream-index autopoint gettext libxml2-dev libcurl4-gnutls-dev libpng-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev gdb valgrind netcat-openbsd procps zlibc
+apt-get install -y g++ gcc xsel make autoconf automake appstream-index libappstream0 libappstream-dev autopoint gettext libxml2-dev libcurl4-gnutls-dev libpng-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev gdb valgrind netcat-openbsd procps zlibc
# AppImage - linuxdeploy
apt-get install -y libfuse2 \ No newline at end of file