From 1efc342a462928e3797993b1f34de4db3c8146d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E4=B9=9D?= <366193849@qq.com> Date: Mon, 1 Nov 2021 19:39:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=91=BD=E4=BB=A4=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastGithub.UI/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastGithub.UI/App.xaml.cs b/FastGithub.UI/App.xaml.cs index 8347a18..66cbf36 100644 --- a/FastGithub.UI/App.xaml.cs +++ b/FastGithub.UI/App.xaml.cs @@ -87,7 +87,7 @@ namespace FastGithub.UI var startInfo = new ProcessStartInfo { FileName = fileName, - Arguments = $"ParentProcessId {Process.GetCurrentProcess().Id}", + Arguments = $"ParentProcessId={Process.GetCurrentProcess().Id}", UseShellExecute = false, CreateNoWindow = true };