diff options
author | Mat <mail@mathias.is> | 2020-05-08 19:48:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 19:48:53 +0200 |
commit | 388c96bbe2369440276d29807f0f0e08ef7255c5 (patch) | |
tree | 40e9b301545d61851c2af23c93813d6e4a70a216 /Server/Install | |
parent | Update Core (diff) | |
download | cuberite-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 |
Diffstat (limited to 'Server/Install')
-rw-r--r-- | Server/Install/PackWindowsExecutables.cmd | 2 |
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 |