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