Skip to content

Commit

Permalink
fix missing DEFINEDALTEXEPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Apr 21, 2024
1 parent aedb64b commit 3b6ffb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion steamtinkerlaunch
Expand Up @@ -7,7 +7,7 @@
PREFIX="/usr"
PROGNAME="SteamTinkerLaunch"
NICEPROGNAME="Steam Tinker Launch"
PROGVERS="v14.0.20240421-1 (fix-reshade-dlls-custcmd)"
PROGVERS="v14.0.20240421-2 (fix-reshade-dlls-custcmd)"
PROGCMD="${0##*/}"
PROGINTERNALPROTNAME="Proton-stl"
SHOSTL="stl"
Expand Down Expand Up @@ -9135,6 +9135,7 @@ function setFullGameExePath {
# Use Alternative EXE Path if defined instead of custom command path
# We should only use the custom command directory if no alternatiive EXE path is defined, and
# we should prioritise the alt path if it is defined
DEFINEDALTEXEPATH="$(GETALTEXEPATH)"
FGEP="${DEFINEDALTEXEPATH:-${CUSTOMCMD%/*}}"
writelog "INFO" "${FUNCNAME[0]} - Using the directory '$FGEP' of the used custom command as absolute game exe path"

Expand Down

0 comments on commit 3b6ffb0

Please sign in to comment.