mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Probably last remnants of J2K in the code
This commit is contained in:
parent
8eef8cc18c
commit
96c3c3cc9a
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ data class GithubRelease(
|
|||
else -> ""
|
||||
}
|
||||
|
||||
return assets.find { it.downloadLink.contains("tachiyomij2k$apkVariant-") }?.downloadLink
|
||||
return assets.find { it.downloadLink.contains("yokai$apkVariant-") }?.downloadLink
|
||||
?: assets[0].downloadLink
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue