1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:07:45 +00:00

Ports: Add hotkey for Utilities system menu

This commit is contained in:
Hugh Davenport 2024-01-04 08:46:20 +13:00 committed by Andrew Kaster
parent 08eeb4f83b
commit 8bb6dc9c4b

View file

@ -7,7 +7,7 @@ files=(
makeopts=("PLATFORM=simulator" "TARGET=serenity" "SERENITY_INSTALL_ROOT=${SERENITY_INSTALL_ROOT}") makeopts=("PLATFORM=simulator" "TARGET=serenity" "SERENITY_INSTALL_ROOT=${SERENITY_INSTALL_ROOT}")
depends=("SDL2" "libpng" "libjpeg" "freetype") depends=("SDL2" "libpng" "libjpeg" "freetype")
launcher_name=Epsilon launcher_name=Epsilon
launcher_category=Utilities launcher_category='&Utilities'
launcher_command=/usr/local/bin/epsilon.elf launcher_command=/usr/local/bin/epsilon.elf
install() { install() {