Commit 4606cbba authored by Vitaly Lipatov's avatar Vitaly Lipatov

epom repack generic-appimage.sh: improve message

parent 8263aebb
...@@ -52,7 +52,7 @@ if [ -z "$VERSION" ] && rhas "$URL" "github.com.*/releases/download" ; then ...@@ -52,7 +52,7 @@ if [ -z "$VERSION" ] && rhas "$URL" "github.com.*/releases/download" ; then
VERSION="$(echo "$URL" | sed -e 's|.*/releases/download/||' -e "s|/$alpkg||")" VERSION="$(echo "$URL" | sed -e 's|.*/releases/download/||' -e "s|/$alpkg||")"
fi fi
[ -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)" [ -n "$VERSION" ] || fatal "Can't get version from $TAR. You can rename the file like name-version.AppImage. Please, inform upstream about https://docs.appimage.org/reference/desktop-integration.html (X-AppImage-Version field)"
PKGNAME=$PRODUCT-$VERSION.tar 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