diff options
author | Linus Groh <mail@linusgroh.de> | 2021-07-19 22:08:08 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-20 00:58:26 +0100 |
commit | b8cd6ae02e7d7bb9a091b6dbdd26d9a6f0e00c71 (patch) | |
tree | dcdb285a672beff13d2966bbd2828bbffbdc25dd /Ports/cmatrix | |
parent | 6b9e0d98d91a64d84d8268add938c441a7ed4f76 (diff) | |
download | serenity-b8cd6ae02e7d7bb9a091b6dbdd26d9a6f0e00c71.zip |
Ports: Use "launcher_run_in_terminal=true" instead of "Terminal -e ..."
Diffstat (limited to 'Ports/cmatrix')
-rwxr-xr-x | Ports/cmatrix/package.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Ports/cmatrix/package.sh b/Ports/cmatrix/package.sh index 002e9e1b13..3a851ba626 100755 --- a/Ports/cmatrix/package.sh +++ b/Ports/cmatrix/package.sh @@ -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 |