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 25, 2024
1 parent bad7466 commit 844287f
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.20240325-2"
PROGVERS="v14.0.20240324-1 (bump-yad-appimage)"
PROGCMD="${0##*/}"
PROGINTERNALPROTNAME="Proton-stl"
SHOSTL="stl"
Expand Down Expand Up @@ -18144,7 +18144,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 844287f

Please sign in to comment.