mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:37:35 +00:00
Ports: Add app category hotkey for Milkytracker
Missing the & caused it to register as a different category entirely.
This commit is contained in:
parent
56d355a15e
commit
420c54a21b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ files=(
|
|||
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
|
||||
depends=("SDL2" "zlib")
|
||||
launcher_name="MilkyTracker"
|
||||
launcher_category=Media
|
||||
launcher_category=&Media
|
||||
launcher_command=/usr/local/bin/milkytracker
|
||||
|
||||
configure() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue