diff --git a/steamtinkerlaunch b/steamtinkerlaunch index c93c5934..95c7e76d 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -7,7 +7,7 @@ PREFIX="/usr" PROGNAME="SteamTinkerLaunch" NICEPROGNAME="Steam Tinker Launch" -PROGVERS="v14.0.20240829-3 (gamescope-use-getgamescopearg-for-gsshwres-gsintres)" +PROGVERS="v14.0.20240831-1 (gamescope-use-getgamescopearg-for-gsshwres-gsintres)" PROGCMD="${0##*/}" PROGINTERNALPROTNAME="Proton-stl" SHOSTL="stl" @@ -11985,7 +11985,8 @@ function GameScopeGui { if [ "$GSHDLS" == "TRUE" ] ; then GAMESCOPE_ARGS="${GAMESCOPE_ARGS} --headless"; fi ### ADVANCED OPTIONS END ### - GAMESCOPE_ARGS="${GAMESCOPE_ARGS} --" + # Remove trailing whitespace and append '--' + GAMESCOPE_ARGS="${GAMESCOPE_ARGS# } --" writelog "INFO" "${FUNCNAME[0]} - Saving configured GAMESCOPE_ARGS '$GAMESCOPE_ARGS' into '$STLGAMECFG'" touch "$FUPDATE"