Skip to content

Commit eaf6205

Browse files
authored
Merge pull request #117 from dubsjw/master
Preventing download of redistributable.
2 parents 4f81dbd + 5416075 commit eaf6205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)