summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorLawnCable <lawncable.gitlab@simonlaux.de>2019-01-12 02:25:37 +0100
committerLawnCable <lawncable.gitlab@simonlaux.de>2019-01-12 02:25:37 +0100
commit18b1fb3920de1f58ebff4399a8ae064fa92dbf7b (patch)
tree834ac663ecd66a075ebc7c1d8e4265eac367ae91 /build.sh
parentf5697ef5df709f2325b3954f3abe7c06e30f24d1 (diff)
downloadappimg-builder-18b1fb3920de1f58ebff4399a8ae064fa92dbf7b.tar.gz
appimg-builder-18b1fb3920de1f58ebff4399a8ae064fa92dbf7b.tar.bz2
appimg-builder-18b1fb3920de1f58ebff4399a8ae064fa92dbf7b.tar.xz
appimg-builder-18b1fb3920de1f58ebff4399a8ae064fa92dbf7b.zip
make it possible to run the thing on local docker, too
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index a428382..662c290 100644
--- a/build.sh
+++ b/build.sh
@@ -20,12 +20,14 @@ cd manaplus-master
dir=`pwd`
autoreconf -i
+
./configure --prefix=$dir/run \
--enable-commandlinepassword \
--datadir=$dir/run/share/games \
--bindir=$dir/run/bin \
--mandir=$dir/run/share/man \
--enable-portable=yes
+
cd po
make update-gmo -j4
cd ..
@@ -35,7 +37,7 @@ make install
# package
-../../linuxdeploy-x86_64.AppImage --appdir appDir \
+../../squashfs-root/AppRun --appdir appDir \
-d ../../manaplus.desktop \
-i ./data/icons/manaplus.svg \
-e ./run/bin/manaplus \