Base+Ports: Rename 'Sound' category to 'Media'

This commit is contained in:
Slimey 2022-11-06 14:43:35 +00:00 committed by Gunnar Beutner
parent bb95374b49
commit ce75a04908
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
[App]
Name=Piano
Executable=/bin/Piano
Category=Sound
Category=Media

View file

@ -1,7 +1,7 @@
[App]
Name=Sound Player
Executable=/bin/SoundPlayer
Category=Sound
Category=Media
[Launcher]
FileTypes=mp3,flac,m3u,m3u8,wav

View file

@ -6,5 +6,5 @@ Games/Puzzles=/res/icons/16x16/games.png
Graphics=/res/icons/16x16/graphics.png
Internet=/res/icons/16x16/internet.png
Settings=/res/icons/16x16/settings.png
Sound=/res/icons/16x16/multimedia.png
Media=/res/icons/16x16/multimedia.png
Utilities=/res/icons/16x16/utilities.png

View file

@ -8,7 +8,7 @@ auth_type=sha256
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
depends=("SDL2" "zlib")
launcher_name="MilkyTracker"
launcher_category=Sound
launcher_category=Media
launcher_command=/usr/local/bin/milkytracker
configure() {