mirror of
https://github.com/a-bad-dev/luantiserver-windows.git
synced 2026-06-09 00:51:32 +00:00
include the doc/ folder
This commit is contained in:
parent
ece59de51d
commit
08ba4b164f
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -41,7 +41,7 @@ chmod +x ../bundle_dlls.sh
|
||||||
echo -e "${BOLD}Building zip file...${RESET}"
|
echo -e "${BOLD}Building zip file...${RESET}"
|
||||||
mkdir -p luantiserver-${VERSION}-msys2-win64/{textures,games}
|
mkdir -p luantiserver-${VERSION}-msys2-win64/{textures,games}
|
||||||
|
|
||||||
cp -r bin/ builtin/ mods/ worlds/ luantiserver-${VERSION}-msys2-win64/
|
cp -r bin/ builtin/ doc/ mods/ worlds/ luantiserver-${VERSION}-msys2-win64/
|
||||||
cp textures/texture_packs_here.txt luantiserver-${VERSION}-msys2-win64/textures/
|
cp textures/texture_packs_here.txt luantiserver-${VERSION}-msys2-win64/textures/
|
||||||
|
|
||||||
zip -r9 luantiserver-${VERSION}-msys2-win64.zip luantiserver-${VERSION}-msys2-win64/
|
zip -r9 luantiserver-${VERSION}-msys2-win64.zip luantiserver-${VERSION}-msys2-win64/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue