Compare commits
1 Commits
db063e61b1
...
0.2.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 56fd7a6da7 |
@@ -8,7 +8,7 @@ namespace Blueberry
|
||||
public static class UpdateManager
|
||||
{
|
||||
private const string releaseUrl = "https://git.technopunk.space/api/v1/repos/tomi/Blueberry/releases/latest";
|
||||
public const string CurrentVersion = "0.1.9";
|
||||
public const string CurrentVersion = "0.2.0";
|
||||
private static readonly string appDir = AppDomain.CurrentDomain.BaseDirectory;
|
||||
private static readonly string zipPath = Path.Combine(appDir, "blueberry_update.zip");
|
||||
private static readonly HttpClient client = new();
|
||||
|
||||
Reference in New Issue
Block a user