summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 662c290..8b9b2d0 100644
--- a/build.sh
+++ b/build.sh
@@ -35,9 +35,13 @@ make -j4
mkdir run
make install
-
# package
-../../squashfs-root/AppRun --appdir appDir \
+mkdir AppDir
+
+cp -r $dir/run/share/games/manaplus/data AppDir/data
+cp ../../AppRun AppDir/AppRun
+
+../../squashfs-root/AppRun --appdir AppDir \
-d ../../manaplus.desktop \
-i ./data/icons/manaplus.svg \
-e ./run/bin/manaplus \