FinAmp #344
FinAmp
#344
-
I'm having trouble downloading finamp beta through the standard github support on obtanium. The ability to add prereleases seems broken. |
Beta Was this translation helpful? Give feedback.
Answered by
DarkCrypt
Nov 28, 2024
Replies: 1 comment 1 reply
-
Not broken, you just need to add an additional filter which can be achieved in 2 different ways. The choice is yours. Filter Release Titles by Regular Expression:
Filter APKs by Regular Expression:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rconnelly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not broken, you just need to add an additional filter which can be achieved in 2 different ways. The choice is yours.
Filter Release Titles by Regular Expression:
Beta
will target the beta version within the release title (e.g. Finamp Beta Update 0.9.12)Filter APKs by Regular Expression:
beta
will target the beta apk within the Assets (e.g. Finamp-0.9.12-beta-universal.apk)