summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorLawnCable <lawncable.gitlab@simonlaux.de>2018-12-22 21:00:02 +0100
committerLawnCable <lawncable.gitlab@simonlaux.de>2018-12-22 21:00:02 +0100
commit8e4ae86b3d11cb69f0470ac0177d8b11656af10c (patch)
treebba048c4e9f496cff4c5b967f5a0b6e85fb911fe /build.sh
parent0f9123f21b5f552d00af79f0e8b379db01b2aa6f (diff)
downloadappimg-builder-8e4ae86b3d11cb69f0470ac0177d8b11656af10c.tar.gz
appimg-builder-8e4ae86b3d11cb69f0470ac0177d8b11656af10c.tar.bz2
appimg-builder-8e4ae86b3d11cb69f0470ac0177d8b11656af10c.tar.xz
appimg-builder-8e4ae86b3d11cb69f0470ac0177d8b11656af10c.zip
add cd
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 e20d2d2..c604f24 100644
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,7 @@
#!/bin/bash
+cd /builds/mana-launcher/mplusbuilder
+
# Install dependencies
sudo apt-get -y build-dep manaplus
@@ -39,7 +41,7 @@ make install
# package
-~/linuxdeploy-x86_64.AppImage --appdir appDir \
+/builds/mana-launcher/mplusbuilder/linuxdeploy-x86_64.AppImage --appdir appDir \
-d ./run/share/applications/manaplus.desktop \
-i ./data/icons/manaplus.svg \
-e ./run/bin/manaplus \