Commit 89ad029e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play brave: fix short name issue

parent 65888da1
......@@ -21,6 +21,9 @@ repack='--repack'
# rpm packages have a release in their names
[ "$(epm print info -p)" = "rpm" ] && [ "$VERSION" != "*" ] && VERSION="$VERSION-1"
# hack to fix short name issue
[ "$VERSION" = "*" ] && VERSION="[[:digit:]]*"
PKGURL=$(epm tool eget --list --latest https://github.com/brave/brave-browser/releases "$(epm print constructname $PKGNAME "$VERSION")")
if [ -z "$PKGURL" ] ; then
......
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