Skip to content

Commit 5416075

Browse files
committed
Preventing download of redistributable package as this causes issues on 64-bit machines.
1 parent 4f81dbd commit 5416075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: LuaForWindows.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
; -- Dependancy handling configuration
3838
; Comment out the #define DOWNLOAD_FILES if you want to build the
3939
; dependencies into the installer.
40-
#define DOWNLOAD_FILES
40+
;#define DOWNLOAD_FILES
4141
#define vcRedistURL "http://github.com/rjpcomputing/luaforwindows/releases/download/vc-runtime/vcredist_x86.4053.exe"
4242

4343
; -- Pre-Build Step.

0 commit comments

Comments
 (0)