summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-11-11 10:50:50 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-11-11 13:13:08 +0100
commit77de51d25132892f7f1f72423d00711f4469b147 (patch)
tree56253a59227423d31f0d152c77a390a152fb451f /Base
parent74be54cce801464d8f791444659962700937b2a7 (diff)
downloadserenity-77de51d25132892f7f1f72423d00711f4469b147.zip
Base: Add Piano.af and SoundPlayer.af
Diffstat (limited to 'Base')
-rw-r--r--Base/res/apps/Piano.af8
-rw-r--r--Base/res/apps/SoundPlayer.af8
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