Skip to content

Commit

Permalink
Misc: Bump Yad AppImage to use new release
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Mar 24, 2024
1 parent bedf6e7 commit 151d9e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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.20240323-1"
PROGVERS="v14.0.20240324-1 (bump-yad-appimage)"
PROGCMD="${0##*/}"
PROGINTERNALPROTNAME="Proton-stl"
SHOSTL="stl"
Expand Down Expand Up @@ -18113,7 +18113,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"
Expand Down

0 comments on commit 151d9e7

Please sign in to comment.