Skip to content

Commit

Permalink
Vortex: Add additional logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Jul 25, 2024
1 parent b48b32f commit fcc7268
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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.20240712-1"
PROGVERS="v14.0.20240725-1"
PROGCMD="${0##*/}"
PROGINTERNALPROTNAME="Proton-stl"
SHOSTL="stl"
Expand Down Expand Up @@ -15917,6 +15917,7 @@ function wineVortexRun {
## See also: https://github.com/sonic2kk/steamtinkerlaunch/issues/828

writelog "INFO" "${FUNCNAME[0]} - Vortex logs will be stored at '${VWRUN}'"
writelog "INFO" "${FUNCNAME[0]} - Vortex installation location is '${VORTEXEXE}'"
if [[ -n "${SLRCMD[*]}" && ( "$VORTEXUSESLRPOSTINSTALL" -eq 1 || ! -d "$VORTEXPFX/$DRC/Program Files/dotnet" ) ]]; then
writelog "INFO" "${FUNCNAME[0]} - PATH=\"${SLTPATH}\" LD_LIBRARY_PATH=\"\" WINE=\"${VORTEXWINE}\" WINEARCH=\"win64\" WINEDEBUG=\"-all\" WINEPREFIX=\"${VORTEXPFX}\" \"${SLRCMD[*]}\" \"$*\""
PATH="$STLPATH" LD_LIBRARY_PATH="" LD_PRELOAD="" WINE="$VORTEXWINE" WINEARCH="win64" WINEDEBUG="-all" WINEPREFIX="$VORTEXPFX" "${SLRCMD[@]}" "$@" > "$VWRUN" 2>/dev/null
Expand Down

0 comments on commit fcc7268

Please sign in to comment.