Commit 3ce1360b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm pack generic-appimage.sh: add message about missed X-AppImage-Version

parent 909cafb8
......@@ -36,7 +36,7 @@ if [ -z "$VERSION" ] && rhas "$URL" "github.com.*/releases/download" ; then
VERSION="$(echo "$URL" | sed -e 's|.*/releases/download/||' -e "s|/$alpkg||")"
fi
[ -n "$VERSION" ] || fatal "Can't get version from $TAR."
[ -n "$VERSION" ] || fatal "Can't get version from $TAR. Please, inform ustream about https://docs.appimage.org/reference/desktop-integration.html (X-AppImage-Version field)"
PKGNAME=$PRODUCT-$VERSION.tar
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment