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

Base: Add Piano.af and SoundPlayer.af

This commit is contained in:
Andreas Kling 2019-11-11 10:50:50 +01:00
parent 74be54cce8
commit 77de51d251
2 changed files with 16 additions and 0 deletions

8
Base/res/apps/Piano.af Normal file
View file

@ -0,0 +1,8 @@
[App]
Name=Piano
Executable=/bin/Piano
Category=Sound
[Icons]
16x16=/res/icons/16x16/app-piano.png
32x32=/res/icons/32x32/app-piano.png

View file

@ -0,0 +1,8 @@
[App]
Name=SoundPlayer
Executable=/bin/SoundPlayer
Category=Sound
[Icons]
16x16=/res/icons/16x16/app-sound-player.png
32x32=/res/icons/32x32/app-sound-player.png