Skip to content

Commit daf4dbf

Browse files
committed
fix lua51-dev. Part 1
1 parent 66abe27 commit daf4dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor/install-lua.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if NOT EXIST "lua51\lua5.1.exe" (
4343
if NOT EXIST "lua51\lua5.1.lib" (
4444
@echo on
4545
echo Fetching Lua_DEV v5.1 from internet
46-
curl -fLsS -o %ZIP_51_DEV% http://sourceforge.net/projects/luabinaries/files/%VER_51%/Windows%20Libraries/Dynamic/%ZIP_51_DEV%/download
46+
curl -fLsS -o %ZIP_51_DEV% http://sourceforge.net/projects/luabinaries/files/%VER_51%/Windows%%20Libraries/Dynamic/%ZIP_51_DEV%/download
4747
unzip -d lua51 %ZIP_51_DEV%
4848
) else (
4949
echo Using cached version of Lua_DEV v5.1

0 commit comments

Comments
 (0)