Fix packaging windows debug builds (>2GB)

This commit is contained in:
Robin Gareus 2024-01-29 18:56:50 +01:00
parent fc9ac6a13c
commit 24929a2475
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 6 additions and 1 deletions

View File

@ -432,6 +432,11 @@ if test -n "$QUICKZIP" ; then
cat > $NSISFILE << EOF
SetCompressor zlib
EOF
elif test -n "$PACKAGE_GDB"; then
# debug version is > 2.2 GB and causes issues with SOLID lzma
cat > $NSISFILE << EOF
SetCompressor lzma
EOF
else
cat > $NSISFILE << EOF
SetCompressor /SOLID lzma