mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 15:21:52 +01:00
Ignore env_vars check for decky
This commit is contained in:
parent
7ac0d2aeb2
commit
a184b4d07c
@ -145,8 +145,10 @@ if [ "$decky_plugin" = true ]; then
|
|||||||
echo "Python script ran. Continuing with the script..."
|
echo "Python script ran. Continuing with the script..."
|
||||||
else
|
else
|
||||||
# If the env_vars file does not exist, exit the script
|
# 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."
|
# echo "Decky Plugin argument set but env_vars file not found. Exiting the script."
|
||||||
exit 0
|
python3 $python_script_path
|
||||||
|
echo "Python script ran. Continuing with the script..."
|
||||||
|
# exit 0
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# If the Decky Plugin argument is not set, continue with the script
|
# If the Decky Plugin argument is not set, continue with the script
|
||||||
|
Loading…
Reference in New Issue
Block a user