diff options
author | madmaxoft <github@xoft.cz> | 2013-12-28 14:43:22 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-12-28 14:43:22 +0100 |
commit | 3cec77ced90263908325ea9d34a633c90b434832 (patch) | |
tree | cee6b9df667532b43745b7050c746ddc8f5a6838 /MakeLuaAPI.cmd | |
parent | Added support for out-of-source builds. (diff) | |
parent | Fixed the Windows script for uploading Lua API to an FTP server. (diff) | |
download | cuberite-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 '')
-rw-r--r-- | MakeLuaAPI.cmd | 2 |
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. |