Commit 0cd0e3cf authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play mattermost-desktop: dont install rc versions (eterbug #17911)

parent 4632071c
......@@ -21,7 +21,7 @@ case "$arch" in
;;
esac
PKGURL=$(eget --list --latest https://github.com/mattermost/desktop/releases $(epm print constructname $PKGNAME "$VERSION*" $arch "deb"))
PKGURL=$(get_github_version "https://github.com/mattermost/desktop/" "$(epm print constructname $PKGNAME ".$VERSION*" $arch "deb")")
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