Update NonSteamLaunchers.sh

This commit is contained in:
Roy 2024-07-15 22:47:42 -07:00 committed by GitHub
parent 4f3805a5d9
commit 82013748be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,7 +146,7 @@ if [ "${deckyplugin}" = false ]; then
python_script_path="${logged_in_home}/.config/systemd/user/NSLGameScanner.py" python_script_path="${logged_in_home}/.config/systemd/user/NSLGameScanner.py"
# Define your GitHub link # Define your GitHub link
github_link="https://raw.githubusercontent.com/moraroy/NonSteamLaunchers-On-Steam-Deck/main/NSLGameScanner.py" github_link="https://raw.githubusercontent.com/moraroy/NonSteamLaunchers-On-Steam-Deck/fix/NSLGameScanner.py"
curl -o $python_script_path $github_link curl -o $python_script_path $github_link
# Define the path to the env_vars file # Define the path to the env_vars file
@ -1820,7 +1820,7 @@ if [ "${deckyplugin}" = false ]; then
python_script_path="${logged_in_home}/.config/systemd/user/NSLGameScanner.py" python_script_path="${logged_in_home}/.config/systemd/user/NSLGameScanner.py"
# Define your GitHub link # Define your GitHub link
github_link="https://raw.githubusercontent.com/moraroy/NonSteamLaunchers-On-Steam-Deck/main/NSLGameScanner.py" github_link="https://raw.githubusercontent.com/moraroy/NonSteamLaunchers-On-Steam-Deck/fix/NSLGameScanner.py"
# Check if the service is already running # Check if the service is already running
service_status=$(systemctl --user is-active nslgamescanner.service) service_status=$(systemctl --user is-active nslgamescanner.service)