- fix: now its fix now (runner start)

This commit is contained in:
2025-05-01 21:12:30 +03:00
parent d887b2ada1
commit 7187b4fba8

View File

@@ -179,8 +179,8 @@ public partial class ServerEntryModelView : ViewModelBase
await RunnerService.PrepareRun(buildInfo, loadingContext, CancellationService.Token);
var path = Path.GetDirectoryName(Environment.ProcessPath);
var path = Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location);
Process = Process.Start(new ProcessStartInfo
{
FileName = "dotnet.exe",