diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-11-11 10:50:50 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-11-11 13:13:08 +0100 |
commit | 77de51d25132892f7f1f72423d00711f4469b147 (patch) | |
tree | 56253a59227423d31f0d152c77a390a152fb451f /Base | |
parent | 74be54cce801464d8f791444659962700937b2a7 (diff) | |
download | serenity-77de51d25132892f7f1f72423d00711f4469b147.zip |
Base: Add Piano.af and SoundPlayer.af
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/apps/Piano.af | 8 | ||||
-rw-r--r-- | Base/res/apps/SoundPlayer.af | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/Base/res/apps/Piano.af b/Base/res/apps/Piano.af new file mode 100644 index 0000000000..9b58d5fa11 --- /dev/null +++ b/Base/res/apps/Piano.af @@ -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 diff --git a/Base/res/apps/SoundPlayer.af b/Base/res/apps/SoundPlayer.af new file mode 100644 index 0000000000..5b7ec5d99b --- /dev/null +++ b/Base/res/apps/SoundPlayer.af @@ -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 |