Kaynağa Gözat

修改命令参数

老九 3 yıl önce
ebeveyn
işleme
1efc342a46
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      FastGithub.UI/App.xaml.cs

+ 1 - 1
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
             };