浏览代码

修改命令参数

老九 3 年之前
父节点
当前提交
1efc342a46
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
             };