Skip to content

Commit eb35462

Browse files
Merge pull request #43 from nullinside-development-group/feat/logging
feat: logging
2 parents 9ea9fc2 + 4308d00 commit eb35462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SiteMonitor/Views/MainWindow.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ protected override void OnInitialized() {
5353
// handle the command line arguments for updating the application if applicable.
5454
string[] args = Environment.GetCommandLineArgs();
5555
if (args.Contains("--update")) {
56-
_ = GitHubUpdateManager.PerformUpdateAndRestart("nullinside-development-group", "nullinside-site-monitor", args[2], "windows-x64.zip");
56+
_ = GitHubUpdateManager.PerformUpdateAndRestart("nullinside-development-group", "nullinside-site-monitor", args[2].Trim().Trim('"'), "windows-x64.zip");
5757
return;
5858
}
5959

0 commit comments

Comments
 (0)