From 08ba4b164f40f62c1d042d19d34a246402546a65 Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Sun, 19 Apr 2026 23:26:19 -0300 Subject: [PATCH] include the doc/ folder --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 1c4410b..ea53642 100644 --- a/build.sh +++ b/build.sh @@ -41,7 +41,7 @@ chmod +x ../bundle_dlls.sh echo -e "${BOLD}Building zip file...${RESET}" 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/ zip -r9 luantiserver-${VERSION}-msys2-win64.zip luantiserver-${VERSION}-msys2-win64/