Commit 74a7a9ee authored by Иван Мажукин's avatar Иван Мажукин Committed by Vitaly Lipatov

epm play: fix far2l download

parent 551e3c55
......@@ -7,7 +7,7 @@ RETURNTARNAME="$2"
. $(dirname $0)/common.sh
erc $TAR || fatal
pkg="$(ls | grep -e "_x86_64.AppImage$")"
pkg="$(ls | grep -e "far2l_[0-9].*_x86_64.*.AppImage")"
PKGNAME="${pkg/far2l/far2l-portable}"
mv $pkg $PKGNAME
return_tar "$PKGNAME"
......@@ -9,6 +9,6 @@ DESCRIPTION="FAR2L Portable from the official site"
warn_version_is_not_supported
PKGURL=$(eget --list --latest https://github.com/spvkgn/far2l-portable/releases "far2l_x86_64.AppImage.tar")
PKGURL=$(eget --list --latest https://github.com/spvkgn/far2l-portable/releases "far2l_x86_64*.AppImage.tar")
install_pack_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