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