Windows installer: Explicitly set IncludeWeb to FALSE
FIxes non-web build of the installer
This commit is contained in:
@@ -145,6 +145,7 @@ GOTO End
|
||||
CALL :writeBaseConfig
|
||||
ECHO #define FGDetails "" >> InstallConfig.iss
|
||||
ECHO #define IncludeData "TRUE" >> InstallConfig.iss
|
||||
ECHO #define IncludeWeb "FALSE" >> InstallConfig.iss
|
||||
GOTO End
|
||||
|
||||
:writeReleaseWebConfig
|
||||
|
||||
Reference in New Issue
Block a user