mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
Ports/vitetris: Use correct launcher command path
This commit is contained in:
parent
6b1397a882
commit
0e4f7d7f40
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ files=(
|
||||||
configopts=("--without-xlib" "--without-joystick" "--without-network")
|
configopts=("--without-xlib" "--without-joystick" "--without-network")
|
||||||
launcher_name=vitetris
|
launcher_name=vitetris
|
||||||
launcher_category=Games
|
launcher_category=Games
|
||||||
launcher_command=tetris
|
launcher_command='/usr/local/bin/tetris'
|
||||||
launcher_run_in_terminal=true
|
launcher_run_in_terminal=true
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue