Windows installer: add more excludes

Hacking to try and squeeze under the 2GB limit.
This commit is contained in:
Automatic Release Builder
2021-03-04 19:53:39 +00:00
parent 28b00e7423
commit dff6cf5ee0

View File

@@ -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"