Remove suffix (#810)
TachiyomiSY's APK didn't have this suffix. The code now causes the corresponding architecture impossible to find, which leads to downloading the APK for arm64 when updating from x86_64.
This commit is contained in:
Executable → Regular
+1
-1
@@ -29,7 +29,7 @@ data class GithubRelease(
|
||||
}
|
||||
|
||||
// SY <--
|
||||
return assets.find { it.downloadLink.contains("TachiyomiSY$apkVariant-") }?.downloadLink
|
||||
return assets.find { it.downloadLink.contains("TachiyomiSY$apkVariant") }?.downloadLink
|
||||
// SY -->
|
||||
?: assets[0].downloadLink
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user