Skip to content

Commit

Permalink
FlawlessWidescreen: Remove vcrun2010
Browse files Browse the repository at this point in the history
Fix #1037.
  • Loading branch information
sonic2kk committed Jan 30, 2024
1 parent ec97d00 commit b106b33
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 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.20240129-3"
PROGVERS="v14.0.20240131-1"
PROGCMD="${0##*/}"
PROGINTERNALPROTNAME="Proton-stl"
SHOSTL="stl"
Expand Down Expand Up @@ -13761,12 +13761,6 @@ function checkFWS {
if [ "$USEFWS" -eq 1 ]; then
writelog "INFO" "${FUNCNAME[0]} - 'USEFWS' is enabled - starting '$FWS' exe '$FWSEXE'"
setFWSArch
IPAK="vcrun2010-x64"
if [ "$FWSARCH" == "32" ]; then
IPAK="${IPAK//x64/x86}"
fi
writelog "INFO" "${FUNCNAME[0]} - Installing '$IPAK' into '$GPFX' using '$RUNWINE'"
installSteWoShPak "$IPAK" "$GPFX" "$RUNWINE"
writelog "INFO" "${FUNCNAME[0]} - Starting '$FWSEXE' forked into the background"
restoreOrgVars
(sleep 5; "$RUNPROTON" run "$FWSEXE") &
Expand Down

0 comments on commit b106b33

Please sign in to comment.