Exclude more files from FGData

Should reduce file sizes a little.
This commit is contained in:
Automatic Release Builder
2021-04-01 16:23:26 +01:00
parent 213cd4de04
commit d0b4aefb88

View File

@@ -31,7 +31,7 @@ mkdir -p staging
# wipe existing data TXZs
rm output/FlightGear-$VERSION*data.txz
rsync -az --exclude=".git" fgdata staging/
rsync -az --exclude=".git" --exclude="Textures/Unused" --exclude="*.xcf" fgdata staging/
# add all the scenery pack files into it