Skip to content

Commit 8fc6651

Browse files
committed
fix: add squirrel-updated to parser args
1 parent 5864dec commit 8fc6651

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/XIVLauncher/App.xaml.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ public class CmdLineOptions
5858

5959
[CommandLine.Option("clientlang", Required = false, HelpText = "Client language to use.")]
6060
public ClientLanguage? ClientLanguage { get; set; }
61+
62+
// We don't care about this, just need it so that the parser doesn't error
63+
[CommandLine.Option("squirrel-updated", Hidden = true)]
64+
public bool SquirrelUpdated { get; set; }
6165
}
6266

6367
public const string REPO_URL = "https://github.com/goatcorp/FFXIVQuickLauncher";

0 commit comments

Comments
 (0)