Skip to content

Commit

Permalink
More work for sonic2kk#651
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Nov 9, 2022
1 parent 95ad206 commit 891315b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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="v11.12.20221109-1"
PROGVERS="v11.12.20221109-2"
PROGCMD="${0##*/}"
SHOSTL="stl"
GHURL="https://github.com"
Expand Down Expand Up @@ -154,6 +154,7 @@ WDIB="wine-discord-ipc-bridge"
FIXGAMESCOPE=0
SMALLDESK=0
VTX_DOTNET_ROOT="c:\\Program Files\\dotnet\\\\"
STLQUIET=0

### default vars ###

Expand Down Expand Up @@ -20982,12 +20983,11 @@ function main {
fi

steamdedeckt
setLocalInstall
getCurrentCommandline "$@"
saveOrgVars
emptyVars "O"

setLocalInstall

# Notify success on Steam Deck
# TODO check that this doesn't show success on regular run and close
if [ "$ONSTEAMDECK" -eq 1 ] && [ "$STEAMDECKSTEAMRUN" -eq 0 ]; then
Expand Down

0 comments on commit 891315b

Please sign in to comment.