build script update

This commit is contained in:
minjaesong
2024-02-09 00:32:17 +09:00
parent afa2aef4c6
commit a1ef80b2c0
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,9 @@
#!/bin/bash
./build_app_linux_arm.sh
./build_app_linux_x86.sh
./build_app_mac_arm.sh
./build_app_mac_x86.sh
./build_app_windows_x86.sh
echo "IMPORTANT NOTE:"
echo "ARM executable cannot be created on AMD64 platform (seems to be a bug in the appimagetool. Use actual ARM Linux to build ARM Linux executable."

View File

@@ -21,10 +21,8 @@ rm $DESTDIR/mods/basegame/blocks/*.txt
rm $DESTDIR/mods/basegame/weathers/*.txt
rm $DESTDIR/mods/basegame/weathers/*.md
rm $DESTDIR/mods/basegame/weathers/*.kra
rm -r $DESTDIR/mods/basegame/audio/music/
rm -r $DESTDIR/mods/dwarventech
rm -r $DESTDIR/mods/myawesomemod
rm -r $DESTDIR/mods/musicplayer
for s in .directory .DS_Store Thumbs.db thumbs.db; do
rm $DESTDIR/$s