From 79790696c2bd818719b88ee733e8d3d433ded739 Mon Sep 17 00:00:00 2001 From: HanPrower <1781312+HanPrower@users.noreply.github.com> Date: Sat, 31 Aug 2024 10:34:11 +0100 Subject: [PATCH 1/2] Move `GLOBCUSTVARS` in to EDITORCFGLIST section to show in EDITOR --- steamtinkerlaunch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steamtinkerlaunch b/steamtinkerlaunch index 754b0b86..a0bc5e04 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -217,7 +217,6 @@ STLGAMEDIR="$STLCFGDIR/gamecfgs" STLGUIDIR="$STLCFGDIR/guicfgs" STLGAMEDIRID="$STLGAMEDIR/id" STLCUSTVARSDIR="$STLGAMEDIR/customvars" -GLOBCUSTVARS="$STLCUSTVARSDIR/global-custom-vars.conf" STLGAMEDIRTI="$STLGAMEDIR/title" STLCOLLECTIONDIR="$STLCFGDIR/collections" STLREGDIR="$STLCFGDIR/regs" @@ -502,6 +501,7 @@ STLMENUBLOCKCFG="$STLCFGDIR/$MENUBLOCK" #STARTEDITORCFGLIST STLDEFGLOBALCFG="$STLCFGDIR/global.conf" # global config STLDEFGAMECFG="$STLCFGDIR/default_template.conf" # the default config template used to create new per game configs - will be auto created if not found +GLOBCUSTVARS="$STLCUSTVARSDIR/global-custom-vars.conf" # global config file for user defined custom variables function setSDCfg { STLSDLCFG="$STLCFGDIR/steamdeck.conf" # Steam Deck config From de1e671451a9bd76cb92c929982e95f0f279bdb9 Mon Sep 17 00:00:00 2001 From: HanPrower <1781312+HanPrower@users.noreply.github.com> Date: Sat, 31 Aug 2024 10:38:54 +0100 Subject: [PATCH 2/2] Bump PROGVERS --- steamtinkerlaunch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steamtinkerlaunch b/steamtinkerlaunch index a0bc5e04..8114d210 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -7,7 +7,7 @@ PREFIX="/usr" PROGNAME="SteamTinkerLaunch" NICEPROGNAME="Steam Tinker Launch" -PROGVERS="v14.0.20240829-1" +PROGVERS="v14.0.20240831-1" PROGCMD="${0##*/}" PROGINTERNALPROTNAME="Proton-stl" SHOSTL="stl"