Skip to content

Commit

Permalink
IGCSInjector: Use dlCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Apr 24, 2023
1 parent 3a9a7af commit d7701e4
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.20230414-5"
PROGVERS="v14.0.20230425-1"
PROGCMD="${0##*/}"
SHOSTL="stl"
GHURL="https://github.com"
Expand Down Expand Up @@ -11788,7 +11788,7 @@ function checkIGCSInjector {
if [ ! -f "$IGCSSRC" ]; then
IGCSDST="$IGCSDL/${IGCSZIP##*/}"
if [ ! -f "$IGCSDST" ]; then
"$IGCSZIP" "$IGCSDST" "X" "'$IGCSDST' not found - downloading automatically from '$IGCSZIP'"
dlCheck "$IGCSZIP" "$IGCSDST" "X" "'$IGCSDST' not found - downloading automatically from '$IGCSZIP'"
fi
"$UNZIP" "$IGCSDST" -d "$IGCSDL"
fi
Expand Down

0 comments on commit d7701e4

Please sign in to comment.