Merge branch 'master' of github.com:starr-dusT/dotfiles

This commit is contained in:
Tyler Starr 2023-09-17 17:05:08 -07:00
commit 8f42650ef9

View File

@ -6,8 +6,11 @@ apps=(
"yuzu Yuzu"
)
if command -v steamtinkerlaunch &> /dev/null
then
for app in "${apps[@]}"
do
set -- $app
steamtinkerlaunch addnonsteamgame -ep="$1" -an="$2"
done
fi