From c5046e06132994685b936b927b923ea22fbbbb5f Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Fri, 26 Jan 2024 19:23:19 -0800 Subject: [PATCH] Update NonSteamLaunchers.sh --- NonSteamLaunchers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index ab84ac9..f5eb9b3 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -127,7 +127,7 @@ if [ -f "$env_vars" ] && [ "$decky_plugin" = true ]; then python3 $python_script_path live="and is LIVE." # Exit the script after running the .py file - exit 0 + return else # If the file does not exist or the decky_plugin argument is not set, do not run the .py file echo "env_vars file not found or Decky Plugin argument not set. Not running the .py file."