Revert "Remove suffix (#810)"
This reverts commit 978a814815772d21bd95f138786914f6525e112d. Going to just change the build system to output a new name format so that all the time doesnt go to waste
This commit is contained in:
parent
7e075b9a5c
commit
d400ddc0a5
2
app/src/main/java/eu/kanade/tachiyomi/data/updater/GithubRelease.kt
Normal file → Executable file
2
app/src/main/java/eu/kanade/tachiyomi/data/updater/GithubRelease.kt
Normal file → Executable file
@ -29,7 +29,7 @@ data class GithubRelease(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// SY <--
|
// SY <--
|
||||||
return assets.find { it.downloadLink.contains("TachiyomiSY$apkVariant") }?.downloadLink
|
return assets.find { it.downloadLink.contains("TachiyomiSY$apkVariant-") }?.downloadLink
|
||||||
// SY -->
|
// SY -->
|
||||||
?: assets[0].downloadLink
|
?: assets[0].downloadLink
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user