Skip to content

Commit

Permalink
version bump and TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Jun 18, 2024
1 parent 50af6b4 commit e3787cf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 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.20240618-1 (improve-customcmd-logging)"
PROGVERS="v14.0.20240619-1"
PROGCMD="${0##*/}"
PROGINTERNALPROTNAME="Proton-stl"
SHOSTL="stl"
Expand Down Expand Up @@ -7183,6 +7183,11 @@ function extProtonRun {

# TODO pass "$EXTPROGRAMARGS" to programs running with Wine as well(?)
# TODO refactor a bit to be a little cleaner if possible
# TODO it should be possible to pass PROTON_LOG to these Proton commands, however this also requries SteamGameId to be set -- This is not defined outside of Steam AND inside of Steam it would conflict with an actual Game ID if used
# if we want to use PROTON_LOG we need the ability to pass in PROTON_LOG=? and a custom SteamGameId that is only set for these program runs
# i.e. a default SteamGameId could be `extProtonRun`, but launchCustomProg could pass `customcommand`.
#
# This would be tricky to add, but would be nice to have!
CUSTPROGNAME="$( basename "$PROGRAM" )"
if [ "$MODE" == "F" ]; then # Forked Proton/Wine 'normal' custom program
if [ -n "${RUNPROGARGS[0]}" ]; then
Expand Down

0 comments on commit e3787cf

Please sign in to comment.