diff --git a/dzgui.sh b/dzgui.sh index 7ca505f..6d798b8 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/bin/bash set -o pipefail -version=2.8.0-rc.10 +version=2.8.0-rc.11 aid=221100 game="dayz" diff --git a/helpers/scmd.sh b/helpers/scmd.sh index f7f7baf..008e437 100644 --- a/helpers/scmd.sh +++ b/helpers/scmd.sh @@ -290,6 +290,13 @@ return_to_dzg(){ case $key in *) exit 1 ;; esac + elif [[ $dist == "steamos" ]]; then + pass "All OK. Returning to DZGUI." + for((i=3;i>0;i--)); do + printf "Returning in %i\r" "$i" + sleep 1s + done + exit 0 else $(cd $HOME/.local/share/dzgui/helpers; zenity --text-info --html --width=390 --height=452 --filename="d.html" 2>/dev/null) return 0