1
0
Fork 0

Windows release script: debugging

This commit is contained in:
Clément de l'Hamaide 2015-03-13 19:23:21 +01:00
parent 1e5f4a4881
commit 2b98575f39

View file

@ -95,16 +95,13 @@ IF %IS_NIGHTLY_BUILD% EQU 1 (
CALL :writeBaseConfig
CALL :writeNightlyDietConfig
iscc FlightGear.iss
GOTO End
) ELSE (
REM FlightGear release: with fgdata, output filename would be "FlightGear-x.x.x.exe"
CALL :writeBaseConfig
CALL :writeReleaseConfig
iscc FlightGear.iss
GOTO End
)
GOTO End
:writeBaseConfig
ECHO #define FGVersion "%FLIGHTGEAR_VERSION%" > InstallConfig.iss