diff options
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 |