1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-01 11:19:21 +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}")
depends=("SDL2" "libpng" "libjpeg" "freetype")
launcher_name=Epsilon
launcher_category=Utilities
launcher_category='&Utilities'
launcher_command=/usr/local/bin/epsilon.elf
install() {