Use appimagetool with non-glibc linux support

OpenRA PR 21635.
This commit is contained in:
Pavel Penev 2024-11-16 01:51:35 +02:00 committed by Matthias Mailänder
parent b28bc9f18f
commit 87a4be4d2e

View File

@ -89,9 +89,9 @@ fi
# Add native libraries # Add native libraries
echo "Downloading appimagetool" echo "Downloading appimagetool"
if command -v curl >/dev/null 2>&1; then if command -v curl >/dev/null 2>&1; then
curl -s -L -O https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage || exit 3 curl -s -L -O https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage || exit 3
else else
wget -cq https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage || exit 3 wget -cq https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage || exit 3
fi fi
echo "Building AppImage" echo "Building AppImage"