We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62de75c commit 2b6dcc0Copy full SHA for 2b6dcc0
1 file changed
launcher/internal/executor/agent.go
@@ -20,6 +20,6 @@ func RunAgent(game string, steamProcess bool, microsoftStoreProcess bool, server
20
}
21
args = append(args, revertCommand...)
22
args = append(args, revertFlags...)
23
- result = exec.Options{ShowWindow: true, File: common.GetExeFileName(false, common.LauncherAgent), Pid: true, Args: args}.Exec()
+ result = exec.Options{File: common.GetExeFileName(false, common.LauncherAgent), Pid: true, Args: args}.Exec()
24
return
25
0 commit comments