Skip to content

Commit

Permalink
ModOrganizer 2: Don't download pre-release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Nov 10, 2023
1 parent 482d5ed commit 6ff8371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
PREFIX="/usr"
PROGNAME="SteamTinkerLaunch"
NICEPROGNAME="Steam Tinker Launch"
PROGVERS="v14.0.20231111-2"
PROGVERS="v14.0.20231111-3"
PROGCMD="${0##*/}"
PROGINTERNALPROTNAME="Proton-stl"
SHOSTL="stl"
Expand Down Expand Up @@ -16822,7 +16822,7 @@ function getLatestMO2Ver {
MO2SET="Mod.Organizer"

writelog "INFO" "${FUNCNAME[0]} - Search for latest '$MO2SET' Release under '$MO2PROJURL'"
MO2SETUP="$(getLatestGitHubExeVer "$MO2SET" "$MO2PROJURL")"
MO2SETUP="$(getLatestGitHubExeVer "$MO2SET" "$MO2PROJURL" "1")"
if [ -n "$MO2SETUP" ]; then
writelog "INFO" "${FUNCNAME[0]} - Found '$MO2SETUP'"
else
Expand Down

0 comments on commit 6ff8371

Please sign in to comment.