Skip to content

Commit

Permalink
Maybe Hack fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Dec 24, 2024
1 parent 36b2619 commit 918acdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void startCapture() {
private ProcessBuilder createProcess() {
return new ProcessBuilder()
.command(
"tracy-capture",
"/home/linuxbrew/.linuxbrew/Cellar/tracy/0.11.1/tracy-capture",
"-o", output.toAbsolutePath().toString(),
"-a", "127.0.0.1",
"-f"
Expand Down

0 comments on commit 918acdd

Please sign in to comment.