Skip to content

Commit

Permalink
Fix local install check on Steam Deck
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Nov 9, 2022
1 parent 907a03b commit 95ad206
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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.20221108-1"
PROGVERS="v11.12.20221109-1"
PROGCMD="${0##*/}"
SHOSTL="stl"
GHURL="https://github.com"
Expand Down Expand Up @@ -20953,7 +20953,6 @@ function main {
touch "$PRELOG"
mkProjDir "$LOGDIRID"
setflatpak
setLocalInstall

if [ "$INFLATPAK" -eq 1 ]; then
USS="/app/share/steam"
Expand Down Expand Up @@ -20987,6 +20986,8 @@ function main {
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 95ad206

Please sign in to comment.