update autoupdate default config
All checks were successful
Release / Get Version (push) Successful in 6s
Release / Build and Publish Package (push) Successful in 8m10s
Release / Build and Publish Nuget (push) Successful in 2m1s

This commit is contained in:
zznty
2024-11-01 07:15:42 +07:00
parent 90546a78c2
commit 67bb3fd00c

View File

@@ -114,8 +114,8 @@ public class TorchConfig : ViewModel, ITorchConfig
public UpdateSource UpdateSource { get; set; } = new()
{
Repository = "PveTeam/Torch",
Url = "https://api.github.com",
Repository = "PvE/Torch",
Url = "https://git.zznty.ru/api/v1",
SourceType = UpdateSourceType.Github
};