Update NonSteamLaunchers.sh

This commit is contained in:
Roy 2024-01-26 19:23:19 -08:00 committed by GitHub
parent 14f0dbe079
commit c5046e0613
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,7 +127,7 @@ if [ -f "$env_vars" ] && [ "$decky_plugin" = true ]; then
python3 $python_script_path python3 $python_script_path
live="and is LIVE." live="and is LIVE."
# Exit the script after running the .py file # Exit the script after running the .py file
exit 0 return
else else
# If the file does not exist or the decky_plugin argument is not set, do not run the .py file # 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." echo "env_vars file not found or Decky Plugin argument not set. Not running the .py file."