Fix update check

This commit is contained in:
世界
2026-01-12 10:30:22 +08:00
parent 828be4aaf3
commit a2b3b846e0
7 changed files with 36 additions and 129 deletions

View File

@@ -108,13 +108,6 @@ object Vendor : VendorInterface {
}
}
override fun forceGetLatestUpdate(): UpdateInfo? {
val track = UpdateTrack.fromString(Settings.updateTrack)
return GitHubUpdateChecker().use { checker ->
checker.forceGetLatestUpdate(track)
}
}
override fun supportsSilentInstall(): Boolean {
return true
}