mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 12:03:57 +00:00
Compare commits
1 Commits
v2.5
...
d8c356a01f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d8c356a01f |
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user