1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:47:34 +00:00

Ports: Add hotkey for Development system menu

This commit is contained in:
Hugh Davenport 2024-01-04 08:40:21 +13:00 committed by Andrew Kaster
parent 3fa4161abd
commit 8dc146f9f2
4 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ configopts=(
'--without-pcre-jit'
)
launcher_name='PHP'
launcher_category='Development'
launcher_category='D&evelopment'
launcher_command='/usr/local/bin/php -a'
launcher_run_in_terminal='true'
icon_file='win32/build/php.ico'