replace raw.githubusercontent.com

This commit is contained in:
UjuiUjuMandan
2025-02-05 11:44:14 +00:00
committed by nyne
parent 24155746f2
commit 965187e9de
3 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ class _AboutSettingsState extends State<AboutSettings> {
Future<bool> checkUpdate() async {
var res = await AppDio().get(
"https://raw.githubusercontent.com/venera-app/venera/refs/heads/master/pubspec.yaml");
"https://cdn.jsdelivr.net/gh/venera-app/venera@latest/pubspec.yaml");
if (res.statusCode == 200) {
var data = loadYaml(res.data);
if (data["version"] != null) {