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

@ -388,7 +388,7 @@ if test -n "$MIXBUS"; then
unzip -q -o -d "$DESTDIR/share/${LOWERCASE_DIRNAME}/media/" "${SRCCACHE}/MixbusBundledMedia.zip"
fi
else
echo "Fetching Ardour bundled media"
echo "Fetching Ardour bundled media"
curl -s -S --fail -# \
-z "${SRCCACHE}/ArdourBundledMedia.zip" \
-o "${SRCCACHE}/ArdourBundledMedia.zip" \
@ -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