Swapped no-service-file for develop in file paths

This commit is contained in:
sysmoon14 2024-03-12 10:46:13 +00:00 committed by GitHub
parent 83987f0a57
commit 8686f95977
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2740,7 +2740,7 @@ fi
# Directories to be checked
dir1="${logged_in_home}/homebrew/plugins/NonSteamLaunchersDecky"
dir2="${logged_in_home}/homebrew/plugins/NonSteamLaunchersDeckytest-main"
dir3="${logged_in_home}/homebrew/plugins/NonSteamLaunchersDeckytest-no-service-file"
dir3="${logged_in_home}/homebrew/plugins/NonSteamLaunchersDeckytest-develop"
# Check if either directory does not exist
if [ ! -d "$dir1" ] && [ ! -d "$dir2" ] && [ ! -d "$dir3" ]; then