Skip to content

Commit

Permalink
Update SteamUpdaterViewModel.cs
Browse files Browse the repository at this point in the history
Depot fixes
  • Loading branch information
jupster authored Nov 1, 2023
1 parent 1676714 commit 1171044
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions FASTER/ViewModel/SteamUpdaterViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ public async Task UpdateClick()

uint appId = 233780;
Dictionary<uint, string> depotsIDs = new()
//Find a way to update automatically with depot changes
{
{233781, "Arma 3 Alpha Dedicated Server Content (internal)"},
{233782, "Arma 3 Alpha Dedicated Server binary Windows (internal)"},
Expand All @@ -156,9 +157,9 @@ public async Task UpdateClick()
{233785, "Arma 3 Server - Profiler - LINUX Depot"},
{233787, "Arma 3 Server Creator DLC - GM"},
{233788, "Arma 3 Server Creator DLC - SPE"},
{233789, "Arma 3 Server Creator DLC - CSLA"},
{233790, "Arma 3 Server Creator DLC - SOGPF"},
{233791, "Arma 3 Server Creator DLC - WS"},
{233793, "Arma 3 Server Creator DLC - CSLA"},
{233794, "Arma 3 Server Creator DLC - SOGPF"},
{233795, "Arma 3 Server Creator DLC - WS"},
};

//IReadOnlyList<Depot> depotsList;
Expand Down

0 comments on commit 1171044

Please sign in to comment.