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:
Regular → Executable
+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