Skip to content

Commit

Permalink
fix: save the config at the right place
Browse files Browse the repository at this point in the history
+ update the PROGVERS
  • Loading branch information
AtomHare committed Aug 19, 2024
1 parent ac1e2f4 commit 4625c50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.20240601-1 (steamdeck-dependency-handling)"
PROGVERS="v14.0.20240819-1 (steamdeck-dependency-handling)"
PROGCMD="${0##*/}"
PROGINTERNALPROTNAME="Proton-stl"
SHOSTL="stl"
Expand Down Expand Up @@ -3808,6 +3808,8 @@ function saveCfg {
echo "USETERM=\"$USETERM\""
echo "## $DESC_TERMARGS"
echo "TERMARGS=\"$TERMARGS\""
echo "## $DESC_STEAMDECK_AUTOUP"
echo "STEAMDECK_AUTOUP=\"$STEAMDECK_AUTOUP\""

} >> "$1"
#ENDsaveCfgglobal
Expand Down Expand Up @@ -4150,8 +4152,6 @@ function saveCfg {
echo "SDLUSEWAYLAND=\"$SDLUSEWAYLAND\""
echo "## $DESC_STLRAD_PFTST"
echo "STLRAD_PFTST=\"$STLRAD_PFTST\""
echo "## $DESC_STEAMDECK_AUTOUP"
echo "STEAMDECK_AUTOUP=\"$STEAMDECK_AUTOUP\""
echo "## $DESC_SPEKVERS"
echo "SPEKVERS=\"$SPEKVERS\""
echo "## $DESC_AUTOSPEK"
Expand Down

0 comments on commit 4625c50

Please sign in to comment.