mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 07:11:52 +01:00
Swapped no-service-file for develop in file paths
This commit is contained in:
parent
83987f0a57
commit
8686f95977
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user