Update games menu
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
d103fdec34
commit
b2e9b60765
2 changed files with 2 additions and 44 deletions
|
@ -18,7 +18,7 @@ PROMPT="Games"
|
|||
# Actions for the menu
|
||||
ACTIONS=(
|
||||
"1: Steam"
|
||||
"2: Guild Wars 2"
|
||||
"2: Lutris"
|
||||
"3: Minecraft"
|
||||
"4: Pegasus"
|
||||
)
|
||||
|
@ -29,7 +29,7 @@ case "${SELECTION}" in
|
|||
steam
|
||||
;;
|
||||
"2")
|
||||
gw2
|
||||
lutris
|
||||
;;
|
||||
"3")
|
||||
minecraft-launcher
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue