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