build/linux: Complete 37b7b8f7 (regarding appstreamcli)

This commit is contained in:
Bruno 2024-12-31 14:17:28 -03:00
parent 37b7b8f7a4
commit d04bfe964f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ fi
if [ "$1" != '--bundle-only' ]; then
## standard appimagetool is needed for squashing the .appimage file
if [ "$GITLAB_CI" ]; then
apt-get install -y --no-install-recommends file zsync >/dev/null 2>&1
apt-get install -y --no-install-recommends file zsync appstream >/dev/null 2>&1
fi
wget "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-${HOST_ARCH}.AppImage" >/dev/null 2>&1
standard_appimagetool='legacy-appimagetool.AppImage'