summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \