Skip to content

Commit

Permalink
Missing else
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Jun 5, 2023
1 parent 82e2aa3 commit 293e6d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Onova.Updater/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ private void StartUpdatee()
process.StartInfo.FileName = Path.ChangeExtension(_updateeFilePath, ".exe");
}
// As a fallback, try to run the updatee through the .NET CLI
else
{
process.StartInfo.FileName = "dotnet";
process.StartInfo.Arguments = $"{_updateeFilePath} {_routedArgs}";
Expand Down

0 comments on commit 293e6d4

Please sign in to comment.