From a184b4d07c3a366855dbc29d7b9ae11e4d13ce3c Mon Sep 17 00:00:00 2001 From: sysmoon14 <61550824+sysmoon14@users.noreply.github.com> Date: Wed, 14 Feb 2024 09:28:15 +0000 Subject: [PATCH] Ignore env_vars check for decky --- NonSteamLaunchers.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index df6dbf4..5b1061d 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -145,8 +145,10 @@ if [ "$decky_plugin" = true ]; then echo "Python script ran. Continuing with the script..." else # If the env_vars file does not exist, exit the script - echo "Decky Plugin argument set but env_vars file not found. Exiting the script." - exit 0 + # echo "Decky Plugin argument set but env_vars file not found. Exiting the script." + python3 $python_script_path + echo "Python script ran. Continuing with the script..." + # exit 0 fi else # If the Decky Plugin argument is not set, continue with the script