lutris added to software pipemenu

master
Daniel Napora 2020-01-17 11:18:34 +01:00
parent 669f1cdfda
commit 02ce508812
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ for curApp in "${grafika[@]}"; do
done
menuSubmenuEnd
menuSubmenu 'gry' "$GAMES"
gry=('playonlinux' 'steam-manjaro' 'wesnoth')
gry=('playonlinux' 'steam-manjaro' 'lutris' 'wesnoth')
for curApp in "${gry[@]}"; do
if ! type "$curApp" &> /dev/null; then
menuItem "$INSTALL ${curApp^}" "pamac-installer $curApp"