mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
Ports: Fix broken syntax in Milkytracker package script
This commit is contained in:
parent
06a32b6e16
commit
cbecd096c2
Notes:
sideshowbarker
2024-07-17 03:03:44 +09:00
Author: https://github.com/janso3 Commit: https://github.com/SerenityOS/serenity/commit/cbecd096c2 Pull-request: https://github.com/SerenityOS/serenity/pull/23309
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
Reference in a new issue