mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-12 23:14:34 +01:00
Fix asset download
This commit is contained in:
@@ -25,7 +25,7 @@ namespace nksrv
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
public static readonly HttpClient AssetDownloader = new();
|
||||
public static readonly HttpClient AssetDownloader = new(new HttpClientHandler() { AutomaticDecompression = DecompressionMethods.All});
|
||||
static async Task Main()
|
||||
{
|
||||
Logger.UnregisterLogger<ConsoleLogger>();
|
||||
|
||||
Reference in New Issue
Block a user