Added a Path.Combine in GetManifest
This commit is contained in:
parent
9b58adb6a2
commit
725562ffcd
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public class Manifest
|
|||
}
|
||||
|
||||
// Find config dir and manifest file
|
||||
string maFile = Program.SteamGuardPath + "/manifest.json";
|
||||
string maFile = Path.Combine(Program.SteamGuardPath, "manifest.json");
|
||||
|
||||
// If there's no config dir, create it
|
||||
if (!Directory.Exists(Program.SteamGuardPath))
|
||||
|
|
Loading…
Reference in a new issue