From 82013748be94bde71e48e239e48a68073937292c Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:47:42 -0700 Subject: [PATCH] Update NonSteamLaunchers.sh --- NonSteamLaunchers.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 8b6b5e8..102829c 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -146,7 +146,7 @@ if [ "${deckyplugin}" = false ]; then python_script_path="${logged_in_home}/.config/systemd/user/NSLGameScanner.py" # 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 # 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" # 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 service_status=$(systemctl --user is-active nslgamescanner.service)