From dff6cf5ee04934c4cf5286435f409c9c4c236eea Mon Sep 17 00:00:00 2001 From: Automatic Release Builder Date: Thu, 4 Mar 2021 19:53:39 +0000 Subject: [PATCH] Windows installer: add more excludes Hacking to try and squeeze under the 2GB limit. --- FlightGear.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlightGear.iss b/FlightGear.iss index bc73821..8dcfbf6 100644 --- a/FlightGear.iss +++ b/FlightGear.iss @@ -62,7 +62,7 @@ #define ExcludedBinaries "*smooth.exe,metar.exe" ; Exclude XCF files from FGData to keep the size down -#define FGDataExcludes "*.xcf" +#define FGDataExcludes "*.xcf,AI\Aircraft\Gee-Bee,*.dds" #include "FlightGear-files.iss"