Update NonSteamLaunchers.sh

This commit is contained in:
sysmoon14 2024-03-06 09:59:17 +00:00 committed by GitHub
parent c1438c65eb
commit d39f3a4e68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ for arg in "${args[@]}"; do
fi
done
if [ "$nopython" = false ]; then
if [ "${nopython}" = false ]; then
#Download Modules
# Define the repository and the folders to clone
repo_url='https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/archive/refs/heads/main.zip'
@ -2763,7 +2763,7 @@ fi
if [ "$nopython" = false ]; then
if [ "${nopython}" = false ]; then
#Setup NSLGameScanner.service
python_script_path="${logged_in_home}/.config/systemd/user/NSLGameScanner.py"