mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
make script not fail when gaming module isn't loaded
This commit is contained in:
parent
67ea7ce796
commit
0f2e8d4332
@ -6,8 +6,11 @@ apps=(
|
||||
"yuzu Yuzu"
|
||||
)
|
||||
|
||||
for app in "${apps[@]}"
|
||||
do
|
||||
set -- $app
|
||||
steamtinkerlaunch addnonsteamgame -ep="$1" -an="$2"
|
||||
done
|
||||
if command -v steamtinkerlaunch &> /dev/null
|
||||
then
|
||||
for app in "${apps[@]}"
|
||||
do
|
||||
set -- $app
|
||||
steamtinkerlaunch addnonsteamgame -ep="$1" -an="$2"
|
||||
done
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user