summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorLawnCable <lawncable.gitlab@simonlaux.de>2019-01-10 23:05:13 +0000
committerLawnCable <lawncable.gitlab@simonlaux.de>2019-01-10 23:05:13 +0000
commit237cb72e280f1cf8aeb028ed34eb5875450a9895 (patch)
tree70a05e7f5d40e19c815de3bdfa1da9b9c8ec32ab /build.sh
parent1eb60c558bbe19417dd1b90f79f50c0e1c4e11c0 (diff)
parentcfa969ec1d8e3a90382688ed0774fff2b032ca61 (diff)
downloadappimg-builder-237cb72e280f1cf8aeb028ed34eb5875450a9895.tar.gz
appimg-builder-237cb72e280f1cf8aeb028ed34eb5875450a9895.tar.bz2
appimg-builder-237cb72e280f1cf8aeb028ed34eb5875450a9895.tar.xz
appimg-builder-237cb72e280f1cf8aeb028ed34eb5875450a9895.zip
Merge branch 'patch-1' into 'master'
Install libappstream0 AND libappstream-dev See merge request mana-launcher/mplusbuilder!1
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh10
1 files changed, 5 insertions, 5 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/