From 77de51d25132892f7f1f72423d00711f4469b147 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 11 Nov 2019 10:50:50 +0100 Subject: [PATCH] Base: Add Piano.af and SoundPlayer.af --- Base/res/apps/Piano.af | 8 ++++++++ Base/res/apps/SoundPlayer.af | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 Base/res/apps/Piano.af create mode 100644 Base/res/apps/SoundPlayer.af 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