Commit 413bbf16 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play joplin: switch to the project site, get latest stable version

parent 3b1eb3d5
......@@ -8,6 +8,12 @@ URL="https://joplinapp.org/"
. $(dirname $0)/common.sh
PKGURL="$(eget --list --latest https://github.com/laurent22/joplin/releases/ "Joplin-$VERSION.AppImage")"
if [ "$VERSION" = "*" ] ; then
PKGURL="$(eget --list --latest https://joplinapp.org/help/install "Joplin-$VERSION.AppImage?source=JoplinWebsite&type=New")"
else
PKGURL="https://objects.joplinusercontent.com/v$VERSION/Joplin-$VERSION.AppImage"
fi
#PKGURL="$(eget --list --latest https://github.com/laurent22/joplin/releases/ "Joplin-$VERSION.AppImage")"
install_pkgurl
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