1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:07:45 +00:00

Ports/vitetris: Use correct launcher command path

This commit is contained in:
Tim Ledbetter 2023-08-13 07:41:33 +01:00 committed by Tim Schumacher
parent 6b1397a882
commit 0e4f7d7f40

View file

@ -8,7 +8,7 @@ files=(
configopts=("--without-xlib" "--without-joystick" "--without-network")
launcher_name=vitetris
launcher_category=Games
launcher_command=tetris
launcher_command='/usr/local/bin/tetris'
launcher_run_in_terminal=true
configure() {