fix: Download latest integrations non-pre-release

This commit is contained in:
oSumAtrIX
2024-04-28 23:40:28 +02:00
parent 7e0f18e3b7
commit 4a72267d41
3 changed files with 10 additions and 66 deletions

View File

@ -480,7 +480,7 @@ class HomeViewModel extends BaseViewModel {
}
Future<Map<String, dynamic>?> getLatestPatchesRelease() {
return _githubAPI.getLatestPatchesRelease(_managerAPI.defaultPatchesRepo);
return _githubAPI.getLatestRelease(_managerAPI.defaultPatchesRepo);
}
Future<String?> getLatestPatchesReleaseTime() {