Skip to content

Commit

Permalink
fix: rsl2 workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Rast1234 committed Jul 29, 2023
1 parent 1032165 commit b51f1bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SyncFaction/Services/UiCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@ internal async Task<bool> Run(ViewModel viewModel, CancellationToken token)
Process.Start(new ProcessStartInfo
{
UseShellExecute = true,
FileName = launcher.FullName
FileName = launcher.FullName,
WorkingDirectory = launcher.Directory.FullName
});
return true;
}
Expand Down

0 comments on commit b51f1bf

Please sign in to comment.