lutris added to software pipemenu
parent
669f1cdfda
commit
02ce508812
|
@ -99,7 +99,7 @@ for curApp in "${grafika[@]}"; do
|
||||||
done
|
done
|
||||||
menuSubmenuEnd
|
menuSubmenuEnd
|
||||||
menuSubmenu 'gry' "$GAMES"
|
menuSubmenu 'gry' "$GAMES"
|
||||||
gry=('playonlinux' 'steam-manjaro' 'wesnoth')
|
gry=('playonlinux' 'steam-manjaro' 'lutris' 'wesnoth')
|
||||||
for curApp in "${gry[@]}"; do
|
for curApp in "${gry[@]}"; do
|
||||||
if ! type "$curApp" &> /dev/null; then
|
if ! type "$curApp" &> /dev/null; then
|
||||||
menuItem "$INSTALL ${curApp^}" "pamac-installer $curApp"
|
menuItem "$INSTALL ${curApp^}" "pamac-installer $curApp"
|
||||||
|
|
Loading…
Reference in New Issue