mirror of
https://github.com/a-bad-dev/luantiserver-windows.git
synced 2026-06-08 16:42:09 +00:00
Update build.sh
This commit is contained in:
parent
266f283840
commit
98a25f5b3f
1 changed files with 3 additions and 2 deletions
5
build.sh
5
build.sh
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue