From 78a12c503d4b403609af0442703a30837d6fe996 Mon Sep 17 00:00:00 2001 From: Killers0992 <38152961+Killers0992@users.noreply.github.com> Date: Sat, 11 May 2024 18:43:24 +0200 Subject: [PATCH] Disconnect from steam because process hangs. --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index fa5a5381..146068e8 100644 --- a/Program.cs +++ b/Program.cs @@ -41,6 +41,7 @@ public class AppCommand { Console.WriteLine("Start downloading files..."); await ContentDownloader.DownloadAppAsync(996560, new List<(uint depotId, ulong manifestId)>(), Branch, "windows", null, null, false, false).ConfigureAwait(false); + ContentDownloader.ShutdownSteam3(); } Console.WriteLine("Files downloaded!");