mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ports: Add hotkey for Utilities system menu
This commit is contained in:
parent
08eeb4f83b
commit
8bb6dc9c4b
Notes:
sideshowbarker
2024-07-16 23:57:20 +09:00
Author: https://github.com/hughdavenport Commit: https://github.com/SerenityOS/serenity/commit/8bb6dc9c4b Pull-request: https://github.com/SerenityOS/serenity/pull/22560 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ files=(
|
|||
makeopts=("PLATFORM=simulator" "TARGET=serenity" "SERENITY_INSTALL_ROOT=${SERENITY_INSTALL_ROOT}")
|
||||
depends=("SDL2" "libpng" "libjpeg" "freetype")
|
||||
launcher_name=Epsilon
|
||||
launcher_category=Utilities
|
||||
launcher_category='&Utilities'
|
||||
launcher_command=/usr/local/bin/epsilon.elf
|
||||
|
||||
install() {
|
||||
|
|
Loading…
Reference in a new issue