mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-01 04:21:04 +00:00
chore: Fix extra params in bazzite-steam
This commit is contained in:
parent
953a752aed
commit
dc26da52c3
@ -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
|
Loading…
x
Reference in New Issue
Block a user