diff --git a/Base/res/apps/Mouse.af b/Base/res/apps/Mouse.af new file mode 100644 index 0000000000..8d280b517f --- /dev/null +++ b/Base/res/apps/Mouse.af @@ -0,0 +1,8 @@ +[App] +Name=Mouse +Executable=/bin/Mouse +Category=Demos + +[Icons] +16x16=/res/icons/16x16/app-mouse.png +32x32=/res/icons/32x32/app-mouse.png diff --git a/Base/res/icons/16x16/app-mouse.png b/Base/res/icons/16x16/app-mouse.png new file mode 100644 index 0000000000..eaac01e4a3 Binary files /dev/null and b/Base/res/icons/16x16/app-mouse.png differ diff --git a/Base/res/icons/32x32/app-mouse.png b/Base/res/icons/32x32/app-mouse.png new file mode 100644 index 0000000000..422708faaf Binary files /dev/null and b/Base/res/icons/32x32/app-mouse.png differ