Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tpill90 committed Jul 22, 2022
2 parents b2e3613 + ee0367f commit 2dcc969
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SteamPrefill/Models/AppInfoShim.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using JetBrains.Annotations;
using Spectre.Console;
using SteamKit2;

namespace SteamPrefill.Models
Expand Down Expand Up @@ -94,7 +95,7 @@ private List<DepotInfo> BuildDepotInfos(KeyValue depotsRootKey)

public override string ToString()
{
return $"{Common?.Name}";
return $"{Common?.Name.EscapeMarkup()}";
}
}
}
1 change: 1 addition & 0 deletions SteamPrefill/SteamPrefill.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
</PropertyGroup>

<PropertyGroup>
<!-- Required to be enabled in order to run this application on Ubuntu Docker images. -->
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>

Expand Down

0 comments on commit 2dcc969

Please sign in to comment.