From daf4dbf0cc5228286d112bffb84db40a52fcd2a5 Mon Sep 17 00:00:00 2001 From: Aleksey Komarov Date: Fri, 25 May 2018 05:52:40 +0300 Subject: [PATCH] fix lua51-dev. Part 1 --- .appveyor/install-lua.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor/install-lua.cmd b/.appveyor/install-lua.cmd index 9cbdd0c12f7..092c65e24a5 100644 --- a/.appveyor/install-lua.cmd +++ b/.appveyor/install-lua.cmd @@ -43,7 +43,7 @@ if NOT EXIST "lua51\lua5.1.exe" ( if NOT EXIST "lua51\lua5.1.lib" ( @echo on echo Fetching Lua_DEV v5.1 from internet - curl -fLsS -o %ZIP_51_DEV% http://sourceforge.net/projects/luabinaries/files/%VER_51%/Windows%20Libraries/Dynamic/%ZIP_51_DEV%/download + curl -fLsS -o %ZIP_51_DEV% http://sourceforge.net/projects/luabinaries/files/%VER_51%/Windows%%20Libraries/Dynamic/%ZIP_51_DEV%/download unzip -d lua51 %ZIP_51_DEV% ) else ( echo Using cached version of Lua_DEV v5.1