From d8c356a01f908cef6ed1a0ed9adc2dd7dfbb1564 Mon Sep 17 00:00:00 2001 From: Kei-Luna Date: Wed, 13 May 2026 09:06:57 +0900 Subject: [PATCH] Update PatchDownloadService.cs --- Common/Util/PatchDownloadService.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Common/Util/PatchDownloadService.cs b/Common/Util/PatchDownloadService.cs index 17e5623..d9e6faf 100644 --- a/Common/Util/PatchDownloadService.cs +++ b/Common/Util/PatchDownloadService.cs @@ -6,8 +6,7 @@ public static class PatchDownloadService { private static readonly Logger Logger = new("PatchDownloader"); private const string PatchRelativePath = @"Patch\MikuSB-Patch.dll"; - private const string PatchDownloadUrl = - "https://github.com/Kei-Luna/MikuSB-Patch/releases/download/MikuSB-Patch/MikuSB-Patch.dll"; + private const string PatchDownloadUrl = "https://github.com/Kei-Luna/MikuSB-Patch/releases/download/MikuSB-Patch/MikuSB-Patch.dll"; private const int DownloadTimeoutSeconds = 60; public static void EnsurePatchPresent()