From e3d3a5a893ba3b8b217c4af7673c727861948288 Mon Sep 17 00:00:00 2001 From: Eamonn Rea Date: Sun, 24 Mar 2024 05:00:30 +0000 Subject: [PATCH 1/5] Misc: Bump Yad AppImage to use new release Bump Yad AppImage to use new release over at: https://github.com/sonic2kk/steamtinkerlaunch-tweaks/releases/tag/Yad-fbfb0fa-x86_64.AppImage --- steamtinkerlaunch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/steamtinkerlaunch b/steamtinkerlaunch index 8165f2c3..fbecdfaa 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -7,7 +7,7 @@ PREFIX="/usr" PROGNAME="SteamTinkerLaunch" NICEPROGNAME="Steam Tinker Launch" -PROGVERS="v14.0.20240526-3" +PROGVERS="v14.0.20240324-1 (bump-yad-appimage)" PROGCMD="${0##*/}" PROGINTERNALPROTNAME="Proton-stl" SHOSTL="stl" @@ -18197,7 +18197,8 @@ function setYadBin { fi elif [ "$1" == "ai" ] || [ "$1" == "appimage" ]; then - YADSTLIMAGE="Yad-8418e37-x86_64.AppImage" + # YADSTLIMAGE="Yad-8418e37-x86_64.AppImage" + YADSTLIMAGE="Yad-fbfb0fa-x86_64.AppImage" YAIDL="$YAIURL/$YADSTLIMAGE/$YADSTLIMAGE" YADAPPIMAGE="$YADSTLIMAGE" DLCHK="sha512sum" From cb4ab1d1228ec73ca924b6cd91ffcb5b7be0b501 Mon Sep 17 00:00:00 2001 From: Eamonn Rea Date: Mon, 25 Mar 2024 00:39:08 +0000 Subject: [PATCH 2/5] Misc: Remove duplicate YAIURL in setYadBin --- steamtinkerlaunch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/steamtinkerlaunch b/steamtinkerlaunch index fbecdfaa..f430a080 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -7,7 +7,7 @@ PREFIX="/usr" PROGNAME="SteamTinkerLaunch" NICEPROGNAME="Steam Tinker Launch" -PROGVERS="v14.0.20240324-1 (bump-yad-appimage)" +PROGVERS="v14.0.20240325-3 (bump-yad-appimage)" PROGCMD="${0##*/}" PROGINTERNALPROTNAME="Proton-stl" SHOSTL="stl" @@ -18223,7 +18223,6 @@ function setYadBin { export ONSTEAMDECK=1 YADAIDLDIR="$STLSDPATH" YAIDST="$YADAIDLDIR/$YADAPPIMAGE" - YAIURL="$GHURL/sonic2kk/steamtinkerlaunch-tweaks/releases/download" # TODO isn't this already defined in URLs with the same namd and path? YAIDL="$YAIURL/$YADSTLIMAGE/$YADSTLIMAGE" YADAPPIMAGE="$YADSTLIMAGE" From 346e0f06beaddbb2d038dd7c7e3b6b2c0f58993e Mon Sep 17 00:00:00 2001 From: Eamonn Rea Date: Sun, 26 May 2024 02:13:05 +0100 Subject: [PATCH 3/5] Bump Yad to use new-new release --- steamtinkerlaunch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steamtinkerlaunch b/steamtinkerlaunch index f430a080..3db0a7cc 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -18198,7 +18198,7 @@ function setYadBin { elif [ "$1" == "ai" ] || [ "$1" == "appimage" ]; then # YADSTLIMAGE="Yad-8418e37-x86_64.AppImage" - YADSTLIMAGE="Yad-fbfb0fa-x86_64.AppImage" + YADSTLIMAGE="Yad-13.0-x86_64.AppImage" YAIDL="$YAIURL/$YADSTLIMAGE/$YADSTLIMAGE" YADAPPIMAGE="$YADSTLIMAGE" DLCHK="sha512sum" From faf56c7df718098eeb0bf995160973bcc397fa51 Mon Sep 17 00:00:00 2001 From: Eamonn Rea Date: Sun, 26 May 2024 02:13:58 +0100 Subject: [PATCH 4/5] version change --- steamtinkerlaunch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steamtinkerlaunch b/steamtinkerlaunch index 3db0a7cc..16b269eb 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -7,7 +7,7 @@ PREFIX="/usr" PROGNAME="SteamTinkerLaunch" NICEPROGNAME="Steam Tinker Launch" -PROGVERS="v14.0.20240325-3 (bump-yad-appimage)" +PROGVERS="v14.0.20240526-4 (bump-yad-appimage)" PROGCMD="${0##*/}" PROGINTERNALPROTNAME="Proton-stl" SHOSTL="stl" From 4dc24aee59cd55e4989042231c2822f49209cc1f Mon Sep 17 00:00:00 2001 From: Eamonn Rea Date: Tue, 28 May 2024 23:30:54 +0100 Subject: [PATCH 5/5] version bump --- steamtinkerlaunch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steamtinkerlaunch b/steamtinkerlaunch index 16b269eb..0ed26508 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -7,7 +7,7 @@ PREFIX="/usr" PROGNAME="SteamTinkerLaunch" NICEPROGNAME="Steam Tinker Launch" -PROGVERS="v14.0.20240526-4 (bump-yad-appimage)" +PROGVERS="v14.0.20240529-1" PROGCMD="${0##*/}" PROGINTERNALPROTNAME="Proton-stl" SHOSTL="stl"