Skip to content

Commit

Permalink
game-performance: Fix incorrect argument passing (#105)
Browse files Browse the repository at this point in the history
Signed-off-by: Vasiliy Stelmachenok <[email protected]>
  • Loading branch information
ventureoo authored Oct 5, 2024
1 parent f2dadf8 commit 9921096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/bin/game-performance
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if ! powerprofilesctl list | grep -q 'performance:'; then
fi

# set performance governors, as long the game is launched
exec powerprofilesctl launch -p performance -r "Launched with CachyOS game-performance utility" "$@"
exec powerprofilesctl launch -p performance -r "Launched with CachyOS game-performance utility" -- "$@"

0 comments on commit 9921096

Please sign in to comment.