Changed the repository

This commit is contained in:
Kei-Luna
2026-04-27 16:32:14 +09:00
parent 1fc300300f
commit d214778af1
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ public static class UpdateService
private static readonly Logger Logger = new("Updater");
private static readonly bool UpdateEnabled = true;
private static readonly bool AskBeforeUpdate = true;
private static readonly string RepositoryOwner = "DevilProMT";
private static readonly string RepositoryOwner = "MikuLeaks";
private static readonly string RepositoryName = "MikuSB";
private static readonly string AssetName = "MikuSB-win-x64.zip";
private static readonly int TimeoutSeconds = 5;