Use appimagetool with non-glibc linux support
OpenRA PR 21635.
This commit is contained in:
parent
b28bc9f18f
commit
87a4be4d2e
@ -89,9 +89,9 @@ fi
|
||||
# Add native libraries
|
||||
echo "Downloading appimagetool"
|
||||
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
|
||||
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
|
||||
|
||||
echo "Building AppImage"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user