Update build.sh

This commit is contained in:
a-bad-dev 2026-04-17 00:37:38 -03:00 committed by GitHub
commit 98a25f5b3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,9 +31,10 @@ chmod +x ../bundle_dlls.sh
../bundle_dlls.sh bin/luantiserver.exe bin/
# build the zip archive of luantiserver
mkdir -p luantiserver-${VERSION}-msys2-win64/textures/
mkdir luantiserver-${VERSION}-msys2-win64/
mkdir luantiserver-${VERSION}-msys2-win64/{textures,games}
cp -r bin/ builtin/ games/ mods/ worlds/ luantiserver-${VERSION}-msys2-win64/
cp -r bin/ builtin/ mods/ worlds/ luantiserver-${VERSION}-msys2-win64/
cp textures/texture_packs_here.txt luantiserver-${VERSION}-msys2-win64/textures/
zip -r9 luantiserver-${VERSION}-msys2-win64.zip luantiserver-${VERSION}-msys2-win64/