summaryrefslogtreecommitdiffstats
path: root/MakeLuaAPI.cmd
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-12-28 14:43:22 +0100
committermadmaxoft <github@xoft.cz>2013-12-28 14:43:22 +0100
commit3cec77ced90263908325ea9d34a633c90b434832 (patch)
treecee6b9df667532b43745b7050c746ddc8f5a6838 /MakeLuaAPI.cmd
parentAdded support for out-of-source builds. (diff)
parentFixed the Windows script for uploading Lua API to an FTP server. (diff)
downloadcuberite-3cec77ced90263908325ea9d34a633c90b434832.tar
cuberite-3cec77ced90263908325ea9d34a633c90b434832.tar.gz
cuberite-3cec77ced90263908325ea9d34a633c90b434832.tar.bz2
cuberite-3cec77ced90263908325ea9d34a633c90b434832.tar.lz
cuberite-3cec77ced90263908325ea9d34a633c90b434832.tar.xz
cuberite-3cec77ced90263908325ea9d34a633c90b434832.tar.zst
cuberite-3cec77ced90263908325ea9d34a633c90b434832.zip
Diffstat (limited to 'MakeLuaAPI.cmd')
-rw-r--r--MakeLuaAPI.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/MakeLuaAPI.cmd b/MakeLuaAPI.cmd
index 80bb206d4..6ea44c9fb 100644
--- a/MakeLuaAPI.cmd
+++ b/MakeLuaAPI.cmd
@@ -38,7 +38,7 @@ cd ..
:: Upload the API to the web:
-ncftpput -p %ftppass% -u %ftpuser% -T temp_ %ftpsite% /LuaAPI MCServer/API/*.*
+ncftpput -p %ftppass% -u %ftpuser% -T temp_ -R %ftpsite% /LuaAPI MCServer/API/*.*
if errorlevel 1 goto haderror
echo Upload finished.