summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat <mail@mathias.is>2020-05-08 19:48:53 +0200
committerGitHub <noreply@github.com>2020-05-08 19:48:53 +0200
commit388c96bbe2369440276d29807f0f0e08ef7255c5 (patch)
tree40e9b301545d61851c2af23c93813d6e4a70a216
parentUpdate Core (diff)
downloadcuberite-388c96bbe2369440276d29807f0f0e08ef7255c5.tar
cuberite-388c96bbe2369440276d29807f0f0e08ef7255c5.tar.gz
cuberite-388c96bbe2369440276d29807f0f0e08ef7255c5.tar.bz2
cuberite-388c96bbe2369440276d29807f0f0e08ef7255c5.tar.lz
cuberite-388c96bbe2369440276d29807f0f0e08ef7255c5.tar.xz
cuberite-388c96bbe2369440276d29807f0f0e08ef7255c5.tar.zst
cuberite-388c96bbe2369440276d29807f0f0e08ef7255c5.zip
-rw-r--r--Server/Install/PackWindowsExecutables.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Server/Install/PackWindowsExecutables.cmd b/Server/Install/PackWindowsExecutables.cmd
index 8993ab3ed..2909f1c40 100644
--- a/Server/Install/PackWindowsExecutables.cmd
+++ b/Server/Install/PackWindowsExecutables.cmd
@@ -18,4 +18,4 @@ echo api 1>>cmds.txt
echo stop 1>>cmds.txt
Cuberite --port 32767 0<cmds.txt
7z a -tzip -y ManualAPI.zip -scsWIN "ManualAPI.lua"
-7z a -tzip -y AutoAPI.zip -scsWIN "BindingsDocs\*.lua" -x!_raw.lua
+7z a -tzip -y AutoAPI.zip -scsWIN ".\BindingsDocs\*.lua" -x!_raw.lua