mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 11:43:57 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c109c82a91 | ||
|
|
d214778af1 |
@@ -13,7 +13,7 @@ public static class UpdateService
|
|||||||
private static readonly Logger Logger = new("Updater");
|
private static readonly Logger Logger = new("Updater");
|
||||||
private static readonly bool UpdateEnabled = true;
|
private static readonly bool UpdateEnabled = true;
|
||||||
private static readonly bool AskBeforeUpdate = 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 RepositoryName = "MikuSB";
|
||||||
private static readonly string AssetName = "MikuSB-win-x64.zip";
|
private static readonly string AssetName = "MikuSB-win-x64.zip";
|
||||||
private static readonly int TimeoutSeconds = 5;
|
private static readonly int TimeoutSeconds = 5;
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
v=0.4
|
v=0.6
|
||||||
Reference in New Issue
Block a user