- #2524 - fix of FlightGear-files.iss include (after defines)
This commit is contained in:
parent
1b2b8da12f
commit
2b0b734160
@ -41,7 +41,6 @@
|
|||||||
; - removes all from Download dir/Aircraft
|
; - removes all from Download dir/Aircraft
|
||||||
|
|
||||||
#include "InstallConfig.iss"
|
#include "InstallConfig.iss"
|
||||||
#include "FlightGear-files.iss"
|
|
||||||
#include "FlightGear-i18n.iss"
|
#include "FlightGear-i18n.iss"
|
||||||
|
|
||||||
#define FGSourcePath FgHarnessPath + "\flightgear"
|
#define FGSourcePath FgHarnessPath + "\flightgear"
|
||||||
@ -54,6 +53,8 @@
|
|||||||
; useful to the end-user to ship
|
; useful to the end-user to ship
|
||||||
#define ExcludedBinaries "*smooth.exe,metar.exe"
|
#define ExcludedBinaries "*smooth.exe,metar.exe"
|
||||||
|
|
||||||
|
#include "FlightGear-files.iss"
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
AppId=FlightGear_{#FGVersionGroup}
|
AppId=FlightGear_{#FGVersionGroup}
|
||||||
AppName=FlightGear
|
AppName=FlightGear
|
||||||
|
Loading…
Reference in New Issue
Block a user