1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 17:37:46 +00:00

Ports: Use "launcher_run_in_terminal=true" instead of "Terminal -e ..."

This commit is contained in:
Linus Groh 2021-07-19 22:08:08 +01:00
parent 6b9e0d98d9
commit b8cd6ae02e
3 changed files with 6 additions and 3 deletions

View file

@ -6,4 +6,5 @@ files="https://github.com/klange/nyancat/archive/master.tar.gz nyancat-git.tar.g
auth_type=sha256
launcher_name=Nyancat
launcher_category=Games
launcher_command="Terminal -e nyancat"
launcher_command=nyancat
launcher_run_in_terminal=true