mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 15:21:52 +01:00
Update NonSteamLaunchers.sh
This commit is contained in:
parent
b3ff527734
commit
749c85a3d9
@ -42,6 +42,11 @@ check_for_updates() {
|
||||
fi
|
||||
}
|
||||
|
||||
PIPE_PATH="/tmp/NSLGameScanner_pipe"
|
||||
|
||||
if [[ ! -p $PIPE_PATH ]]; then
|
||||
mkfifo $PIPE_PATH
|
||||
fi
|
||||
|
||||
# Get the command line arguments
|
||||
args=("$@")
|
||||
|
Loading…
Reference in New Issue
Block a user