mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:47:44 +00:00
Ports: Use "launcher_run_in_terminal=true" instead of "Terminal -e ..."
This commit is contained in:
parent
6b9e0d98d9
commit
b8cd6ae02e
3 changed files with 6 additions and 3 deletions
|
@ -9,7 +9,8 @@ files="https://github.com/abishekvashok/cmatrix/archive/refs/heads/master.zip cm
|
|||
auth_type=sha256
|
||||
launcher_name=cmatrix
|
||||
launcher_category=Games
|
||||
launcher_command="Terminal -e cmatrix"
|
||||
launcher_command=cmatrix
|
||||
launcher_run_in_terminal=true
|
||||
|
||||
configure() {
|
||||
run cmake $configopts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue