mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
build script update
This commit is contained in:
@@ -3,8 +3,8 @@ description=Simple music player widget
|
|||||||
author=CuriousTo\uA75Bvald
|
author=CuriousTo\uA75Bvald
|
||||||
package=net.torvald.terrarum.musicplayer
|
package=net.torvald.terrarum.musicplayer
|
||||||
entrypoint=net.torvald.terrarum.musicplayer.EntryPoint
|
entrypoint=net.torvald.terrarum.musicplayer.EntryPoint
|
||||||
releasedate=2024-01-10
|
releasedate=2024-02-10
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
jar=MusicPlayer.jar
|
jar=MusicPlayer.jar
|
||||||
jarhash=2f683a5d0fbb01d731bb11be2434bf42a3951a4e11605a5271ac4a8f00e19f60
|
jarhash=7cadf1c1ffb8c87563413cabd3bab08c5111b045a7f02e770888188bca576445
|
||||||
dependency=basegame 0.4.0
|
dependency=basegame 0.4.0
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
./build_app_linux_arm.sh
|
|
||||||
./build_app_linux_x86.sh
|
./build_app_linux_x86.sh
|
||||||
./build_app_mac_arm.sh
|
./build_app_mac_arm.sh
|
||||||
./build_app_mac_x86.sh
|
./build_app_mac_x86.sh
|
||||||
./build_app_windows_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."
|
||||||
@@ -21,10 +21,8 @@ rm $DESTDIR/mods/basegame/blocks/*.txt
|
|||||||
rm $DESTDIR/mods/basegame/weathers/*.txt
|
rm $DESTDIR/mods/basegame/weathers/*.txt
|
||||||
rm $DESTDIR/mods/basegame/weathers/*.md
|
rm $DESTDIR/mods/basegame/weathers/*.md
|
||||||
rm $DESTDIR/mods/basegame/weathers/*.kra
|
rm $DESTDIR/mods/basegame/weathers/*.kra
|
||||||
rm -r $DESTDIR/mods/basegame/audio/music/
|
|
||||||
rm -r $DESTDIR/mods/dwarventech
|
rm -r $DESTDIR/mods/dwarventech
|
||||||
rm -r $DESTDIR/mods/myawesomemod
|
rm -r $DESTDIR/mods/myawesomemod
|
||||||
rm -r $DESTDIR/mods/musicplayer
|
|
||||||
|
|
||||||
for s in .directory .DS_Store Thumbs.db thumbs.db; do
|
for s in .directory .DS_Store Thumbs.db thumbs.db; do
|
||||||
rm $DESTDIR/$s
|
rm $DESTDIR/$s
|
||||||
|
|||||||
Reference in New Issue
Block a user