|
|
@ -406,7 +406,7 @@ namespace DepotDownloader
|
|
|
|
|
|
|
|
|
|
|
|
private static async Task DownloadWebFile(uint appId, string fileName, string url)
|
|
|
|
private static async Task DownloadWebFile(uint appId, string fileName, string url)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (!CreateDirectories(appId, appId, 0, out var installDir))
|
|
|
|
if (!CreateDirectories(appId, 0, 0, out var installDir))
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Console.WriteLine("Error: Unable to create install directories!");
|
|
|
|
Console.WriteLine("Error: Unable to create install directories!");
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|