Update SteamCMD.cs
This commit is contained in:
parent
7399655a9a
commit
7bcdf275e4
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ namespace CreamInstaller
|
||||||
string output;
|
string output;
|
||||||
string appUpdatePath = $@"{AppInfoCachePath}\{steamAppId}";
|
string appUpdatePath = $@"{AppInfoCachePath}\{steamAppId}";
|
||||||
string appUpdateFile = $@"{appUpdatePath}\appinfo.txt";
|
string appUpdateFile = $@"{appUpdatePath}\appinfo.txt";
|
||||||
|
// need a fast way to make sure the cached info is up-to-date and correct
|
||||||
//if (Directory.Exists(appUpdatePath) && File.Exists(appUpdateFile)) output = File.ReadAllText(appUpdateFile);
|
//if (Directory.Exists(appUpdatePath) && File.Exists(appUpdateFile)) output = File.ReadAllText(appUpdateFile);
|
||||||
//else
|
//else
|
||||||
//{
|
//{
|
||||||
|
|
Loading…
Reference in a new issue