mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2025-01-02 21:21:51 +01:00
Update NonSteamLaunchers.sh
This commit is contained in:
parent
2ccc9b3acb
commit
1f41ecb9ae
@ -2725,7 +2725,7 @@ dir1="${logged_in_home}/homebrew/plugins/NonSteamLaunchersDecky"
|
|||||||
dir2="${logged_in_home}/homebrew/plugins/NonSteamLaunchersDeckytest-main"
|
dir2="${logged_in_home}/homebrew/plugins/NonSteamLaunchersDeckytest-main"
|
||||||
|
|
||||||
# Check if either directory does not exist
|
# Check if either directory does not exist
|
||||||
if [ ! -d "$dir1" ] || [ ! -d "$dir2" ]; then
|
if [ ! -d "$dir1" ] && [ ! -d "$dir2" ]; then
|
||||||
# Detach script from Steam process
|
# Detach script from Steam process
|
||||||
nohup sh -c 'sleep 10; /usr/bin/steam' &
|
nohup sh -c 'sleep 10; /usr/bin/steam' &
|
||||||
|
|
||||||
@ -2751,6 +2751,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#Setup NSLGameScanner.service
|
#Setup NSLGameScanner.service
|
||||||
python_script_path="${logged_in_home}/.config/systemd/user/NSLGameScanner.py"
|
python_script_path="${logged_in_home}/.config/systemd/user/NSLGameScanner.py"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user