Skip to content

Commit

Permalink
Misc: Bump Yad AppImage to use new release (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk authored May 28, 2024
1 parent 93b6f75 commit d02ff1e
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.20240526-3"
PROGVERS="v14.0.20240529-1"
PROGCMD="${0##*/}"
PROGINTERNALPROTNAME="Proton-stl"
SHOSTL="stl"
Expand Down Expand Up @@ -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-13.0-x86_64.AppImage"
YAIDL="$YAIURL/$YADSTLIMAGE/$YADSTLIMAGE"
YADAPPIMAGE="$YADSTLIMAGE"
DLCHK="sha512sum"
Expand All @@ -18222,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"

Expand Down

0 comments on commit d02ff1e

Please sign in to comment.