Skip to content

Commit

Permalink
Luxtorpeda: Update default LUXTORPEDACMD path
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Oct 2, 2024
1 parent c174a06 commit 80a1921
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.20240904-1"
PROGVERS="v14.0.20240930-1 (update-default-luxtorpeda-path)"
PROGCMD="${0##*/}"
PROGINTERNALPROTNAME="Proton-stl"
SHOSTL="stl"
Expand Down Expand Up @@ -3141,7 +3141,7 @@ function setDefaultCfgValues {
if [ -z "$BOXTRONARGS" ] ; then BOXTRONARGS="--wait-before-run"; fi
if [ -z "$ROBERTACMD" ] ; then ROBERTACMD="$STEAMCOMPATOOLS/roberta/run-vm"; fi
if [ -z "$ROBERTAARGS" ] ; then ROBERTAARGS="--wait-before-run"; fi
if [ -z "$LUXTORPEDACMD" ] ; then LUXTORPEDACMD="$STEAMCOMPATOOLS/luxtorpeda/luxtorpeda"; fi
if [ -z "$LUXTORPEDACMD" ] ; then LUXTORPEDACMD="$STEAMCOMPATOOLS/luxtorpeda/luxtorpeda.sh"; fi
if [ -z "$LUXTORPEDAARGS" ] ; then LUXTORPEDAARGS="wait-before-run"; fi
if [ -z "$RSVERS" ] ; then RSVERS="5.9.1"; fi
if [ -z "$USERSSPEKVERS" ] ; then USERSSPEKVERS="1"; fi
Expand Down

0 comments on commit 80a1921

Please sign in to comment.