Skip to content

Commit

Permalink
Main Menu: Fix incorrect display of launch option paths with backslashes
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Mar 23, 2024
1 parent e7313e2 commit 0dc87e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
PREFIX="/usr"
PROGNAME="SteamTinkerLaunch"
NICEPROGNAME="Steam Tinker Launch"
PROGVERS="v14.0.20240322-1 (customcmd-args-backslash-fix)"
PROGVERS="v14.0.20240323-1 (customcmd-args-backslash-fix)"
PROGCMD="${0##*/}"
PROGINTERNALPROTNAME="Proton-stl"
SHOSTL="stl"
Expand Down Expand Up @@ -6437,7 +6437,7 @@ function MainMenu {
SETHEAD="$SETHEAD \n<b>${GUI_SGA}:</b> Origin $L2EA url"
else
if [ "${#ORGCMDARGS[@]}" -ge 1 ]; then
SETHEAD="$SETHEAD \n<b>${GUI_SGA}:</b> ${ORGCMDARGS[*]}"
SETHEAD="$( printf "%s \n<b>%s</b> %q" "${SETHEAD}" "${GUI_SGA}" "${ORGCMDARGS[*]}" )"
fi
fi
fi
Expand Down

0 comments on commit 0dc87e0

Please sign in to comment.