Skip to content

Commit

Permalink
Reverted mistaken debug change
Browse files Browse the repository at this point in the history
  • Loading branch information
luskaner committed Nov 6, 2024
1 parent 62de75c commit 2b6dcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/internal/executor/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ func RunAgent(game string, steamProcess bool, microsoftStoreProcess bool, server
}
args = append(args, revertCommand...)
args = append(args, revertFlags...)
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()
return
}

0 comments on commit 2b6dcc0

Please sign in to comment.