Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/SMAPI.Installer/assets/unix-launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ else
LAUNCH_FILE="./StardewModdingAPI"
export LAUNCH_FILE

isDeck="` cat /etc/os-release | sed -n '1p' | awk '{print substr($1,7,7)}' `"

if [[ $isDeck == "SteamOS" ]]; then
SKIP_TERMINAL=true
fi

# run in terminal
if [ "$USE_CURRENT_SHELL" == "false" ]; then
# select terminal (prefer xterm for best compatibility, then known supported terminals)
Expand Down