You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
I'd like someone to make a parser in a way that allows us to have a button that downloads the latest .apk from GitHub. Using the /release URL isn't possible as it only allows direct-download if you specify the filename, but since we use the version in the APK filename that is a no-go.
* Add initial analytics for downloads.
* Change analytics events and enable it.
* Change to a custom ID.
* Use custom analytics plugin.
* Bound gtag to window.
* Update id for `kodo.moe`.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd like someone to make a parser in a way that allows us to have a button that downloads the latest
.apk
from GitHub. Using the/release
URL isn't possible as it only allows direct-download if you specify the filename, but since we use the version in the APK filename that is a no-go.The wanted tags is
tag_name
andbrowser_download_url
from https://api.github.com/repos/inorichi/tachiyomi/releases/latest.If you can, make a makeshift button for the front-page like the Get Started button that downloads APK directly.
The text was updated successfully, but these errors were encountered: