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:
Jobobby04 2023-03-15 18:18:33 -04:00
parent 7e075b9a5c
commit d400ddc0a5

View File

@ -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
}