From 541607530011646031c190b527ebc5e3875b6da6 Mon Sep 17 00:00:00 2001 From: Dubs Date: Fri, 25 Aug 2017 14:01:41 -0400 Subject: [PATCH] Preventing download of redistributable package as this causes issues on 64-bit machines. --- LuaForWindows.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaForWindows.iss b/LuaForWindows.iss index d073b5a..8f94761 100644 --- a/LuaForWindows.iss +++ b/LuaForWindows.iss @@ -37,7 +37,7 @@ ; -- Dependancy handling configuration ; Comment out the #define DOWNLOAD_FILES if you want to build the ; dependencies into the installer. -#define DOWNLOAD_FILES +;#define DOWNLOAD_FILES #define vcRedistURL "http://github.com/rjpcomputing/luaforwindows/releases/download/vc-runtime/vcredist_x86.4053.exe" ; -- Pre-Build Step.