Windows: fix env variable use
This commit is contained in:
parent
0e24b325f4
commit
7db79e8414
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ REM 3) FlightGear nightly: without fgdata, output filename would be "FlightGear-
|
|||
REM for case 1)
|
||||
SET "FG_DETAILS="
|
||||
|
||||
IF "IS_NIGHTLY_BUILD"=="TRUE" (
|
||||
IF "%IS_NIGHTLY_BUILD%"=="TRUE" (
|
||||
REM only for case 2)
|
||||
SET "FG_DETAILS=-nightly-full"
|
||||
)
|
||||
|
@ -114,7 +114,7 @@ iscc FlightGear.iss
|
|||
|
||||
|
||||
REM only for case 3)
|
||||
IF "IS_NIGHTLY_BUILD"=="TRUE" (
|
||||
IF "%IS_NIGHTLY_BUILD%"=="TRUE" (
|
||||
SET "DETAILS=-nightly"
|
||||
|
||||
ECHO #define FGVersion "%FLIGHTGEAR_VERSION%" > InstallConfig.iss
|
||||
|
|
Loading…
Add table
Reference in a new issue