mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
Merge branch 'master' of github.com:starr-dusT/dotfiles
This commit is contained in:
commit
8f42650ef9
@ -6,8 +6,11 @@ apps=(
|
|||||||
"yuzu Yuzu"
|
"yuzu Yuzu"
|
||||||
)
|
)
|
||||||
|
|
||||||
for app in "${apps[@]}"
|
if command -v steamtinkerlaunch &> /dev/null
|
||||||
do
|
then
|
||||||
|
for app in "${apps[@]}"
|
||||||
|
do
|
||||||
set -- $app
|
set -- $app
|
||||||
steamtinkerlaunch addnonsteamgame -ep="$1" -an="$2"
|
steamtinkerlaunch addnonsteamgame -ep="$1" -an="$2"
|
||||||
done
|
done
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user