mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-09 04:49:33 +02:00
Fix update downloader borked
This commit is contained in:
@@ -25,7 +25,7 @@ data class Release(
|
|||||||
else -> ""
|
else -> ""
|
||||||
}
|
}
|
||||||
|
|
||||||
return assets.find { it.contains("tachiyomi$apkVariant-") } ?: assets[0]
|
return assets.find { it.contains("mihon$apkVariant-") } ?: assets[0]
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user