mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:47:46 +00:00
Base: Add Piano.af and SoundPlayer.af
This commit is contained in:
parent
74be54cce8
commit
77de51d251
2 changed files with 16 additions and 0 deletions
8
Base/res/apps/Piano.af
Normal file
8
Base/res/apps/Piano.af
Normal 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
|
8
Base/res/apps/SoundPlayer.af
Normal file
8
Base/res/apps/SoundPlayer.af
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue