mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-14 04:58:56 +01:00
Get appropriate download link based on CPU ABI
This commit is contained in:
@@ -110,7 +110,7 @@ class AboutController : SettingsController(), NoToolbarElevationController {
|
||||
when (val result = updateChecker.checkForUpdate()) {
|
||||
is GithubUpdateResult.NewUpdate -> {
|
||||
val body = result.release.info
|
||||
val url = result.release.downloadLink
|
||||
val url = result.release.getDownloadLink()
|
||||
|
||||
// Create confirmation window
|
||||
NewUpdateDialogController(body, url).showDialog(router)
|
||||
|
||||
Reference in New Issue
Block a user