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 8902bb7 commit 80d81aaCopy full SHA for 80d81aa
src/TwitchStreamingTools/Views/MainWindow.axaml.cs
@@ -45,7 +45,7 @@ protected override void OnInitialized() {
45
// handle the command line arguments for updating the application if applicable.
46
string[] args = Environment.GetCommandLineArgs();
47
if (args.Contains("--update")) {
48
- _ = GitHubUpdateManager.PerformUpdateAndRestart("nullinside-development-group", "twitch-streaming-tools", args[2], "twitch-streaming-tools.zip ");
+ _ = GitHubUpdateManager.PerformUpdateAndRestart("nullinside-development-group", "twitch-streaming-tools", args[2].Trim('"').Trim(), "twitch-streaming-tools.zip");
49
return;
50
}
51
0 commit comments