Update PatchDownloadService.cs

This commit is contained in:
Kei-Luna
2026-05-13 09:06:57 +09:00
parent 26991c9706
commit d8c356a01f

View File

@@ -6,8 +6,7 @@ public static class PatchDownloadService
{ {
private static readonly Logger Logger = new("PatchDownloader"); private static readonly Logger Logger = new("PatchDownloader");
private const string PatchRelativePath = @"Patch\MikuSB-Patch.dll"; private const string PatchRelativePath = @"Patch\MikuSB-Patch.dll";
private const string PatchDownloadUrl = private const string PatchDownloadUrl = "https://github.com/Kei-Luna/MikuSB-Patch/releases/download/MikuSB-Patch/MikuSB-Patch.dll";
"https://github.com/Kei-Luna/MikuSB-Patch/releases/download/MikuSB-Patch/MikuSB-Patch.dll";
private const int DownloadTimeoutSeconds = 60; private const int DownloadTimeoutSeconds = 60;
public static void EnsurePatchPresent() public static void EnsurePatchPresent()