From 26f41c7ecbb01b752273103b3d73f29976682dd8 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 11 Nov 2019 13:06:34 +0100 Subject: [PATCH] Base: Add .af files for Minesweeper, Snake and VisualBuilder --- Base/res/apps/Minesweeper.af | 8 ++++++++ Base/res/apps/Snake.af | 8 ++++++++ Base/res/apps/VisualBuilder.af | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 Base/res/apps/Minesweeper.af create mode 100644 Base/res/apps/Snake.af create mode 100644 Base/res/apps/VisualBuilder.af diff --git a/Base/res/apps/Minesweeper.af b/Base/res/apps/Minesweeper.af new file mode 100644 index 0000000000..1715e44edd --- /dev/null +++ b/Base/res/apps/Minesweeper.af @@ -0,0 +1,8 @@ +[App] +Name=Minesweeper +Executable=/bin/Minesweeper +Category=Games + +[Icons] +16x16=/res/icons/minesweeper/mine.png +32x32=/res/icons/32x32/app-minesweeper.png diff --git a/Base/res/apps/Snake.af b/Base/res/apps/Snake.af new file mode 100644 index 0000000000..e6546d031c --- /dev/null +++ b/Base/res/apps/Snake.af @@ -0,0 +1,8 @@ +[App] +Name=Snake +Executable=/bin/Snake +Category=Games + +[Icons] +16x16=/res/icons/16x16/app-snake.png +32x32=/res/icons/32x32/app-snake.png diff --git a/Base/res/apps/VisualBuilder.af b/Base/res/apps/VisualBuilder.af new file mode 100644 index 0000000000..1be6ab2ff0 --- /dev/null +++ b/Base/res/apps/VisualBuilder.af @@ -0,0 +1,8 @@ +[App] +Name=VisualBuilder +Executable=/bin/VisualBuilder +Category=Development + +[Icons] +16x16= +32x32=/res/icons/32x32/app-visual-builder.png