From 8686f95977b8e949c709c962deeeff98c77d9f97 Mon Sep 17 00:00:00 2001 From: sysmoon14 <61550824+sysmoon14@users.noreply.github.com> Date: Tue, 12 Mar 2024 10:46:13 +0000 Subject: [PATCH] Swapped no-service-file for develop in file paths --- NonSteamLaunchers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 6e27c02..417d181 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -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