chore: Fix extra params in bazzite-steam

This commit is contained in:
Kyle Gospodnetich 2024-02-16 14:48:51 -08:00 committed by GitHub
parent 953a752aed
commit dc26da52c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ if [[ "$XDG_SESSION_TYPE" == "wayland" ]]; then
# It's been primarily developed for allowing the desktop functionality
# on the Steam Controller to work while Steam is open on Wayland.
# Also supports Steam Input as a whole.
env LD_PRELOAD=/usr/lib/extest/libextest.so /usr/bin/steam "$LAUNCH_OPTIONS" "$*"
env LD_PRELOAD=/usr/lib/extest/libextest.so /usr/bin/steam "$LAUNCH_OPTIONS" "$@"
else
/usr/bin/steam "$LAUNCH_OPTIONS" "$@"
fi