We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c4786 commit 37e8fc4Copy full SHA for 37e8fc4
src/Assets/Scripts/CommandLinePatcherDataReader.cs
@@ -56,7 +56,7 @@ public PatcherData Read()
56
57
string relativeAppDataPath;
58
59
- if (!TryReadArgument("--installDir", out relativeAppDataPath))
+ if (!TryReadArgument("--installdir", out relativeAppDataPath))
60
{
61
throw new ApplicationException("Unable to parse app data path from command line.");
62
}
0 commit comments