Improved download speed and started using Spectre.Console package

This commit is contained in:
2023-09-18 23:13:44 +03:00
parent c9249dc71b
commit 58624f4037
7 changed files with 167 additions and 117 deletions

View File

@@ -48,4 +48,5 @@ public static class ServerCom
{
await DownloadFileAsync(URl, location, progress, null);
}
}