Revert "Remove suffix (#810)"
This reverts commit 978a814815.
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
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue