From 7187b4fba8bfd388af028fcc823358df8530b628 Mon Sep 17 00:00:00 2001 From: Cinka Date: Thu, 1 May 2025 21:12:30 +0300 Subject: [PATCH] - fix: now its fix now (runner start) --- Nebula.Launcher/ViewModels/ServerEntryModelView.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Nebula.Launcher/ViewModels/ServerEntryModelView.cs b/Nebula.Launcher/ViewModels/ServerEntryModelView.cs index 63d0d63..f9541d8 100644 --- a/Nebula.Launcher/ViewModels/ServerEntryModelView.cs +++ b/Nebula.Launcher/ViewModels/ServerEntryModelView.cs @@ -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",