Commit 0762a643 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play hiddify: allow use prerelease

parent 9abcaf04
...@@ -12,7 +12,7 @@ if ! is_glibc_enough 2.32 ; then ...@@ -12,7 +12,7 @@ if ! is_glibc_enough 2.32 ; then
fi fi
if [ "$VERSION" = "*" ] ; then if [ "$VERSION" = "*" ] ; then
VERSION="$(get_github_tag https://github.com/hiddify/hiddify-next/)" VERSION="$(get_github_tag https://github.com/hiddify/hiddify-next/ prerelease)"
fi fi
PKGURL="https://github.com/hiddify/hiddify-next/releases/download/v$VERSION/Hiddify-Debian-x64.deb" PKGURL="https://github.com/hiddify/hiddify-next/releases/download/v$VERSION/Hiddify-Debian-x64.deb"
......
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