Skip to content

Commit 37e8fc4

Browse files
committed
Fix parsing patcher data from command line arguments
1 parent 54c4786 commit 37e8fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Assets/Scripts/CommandLinePatcherDataReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public PatcherData Read()
5656

5757
string relativeAppDataPath;
5858

59-
if (!TryReadArgument("--installDir", out relativeAppDataPath))
59+
if (!TryReadArgument("--installdir", out relativeAppDataPath))
6060
{
6161
throw new ApplicationException("Unable to parse app data path from command line.");
6262
}

0 commit comments

Comments
 (0)