Skip to content

Commit 26f41c7

Browse files
committed
Base: Add .af files for Minesweeper, Snake and VisualBuilder
1 parent 9f537d0 commit 26f41c7

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

Base/res/apps/Minesweeper.af

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[App]
2+
Name=Minesweeper
3+
Executable=/bin/Minesweeper
4+
Category=Games
5+
6+
[Icons]
7+
16x16=/res/icons/minesweeper/mine.png
8+
32x32=/res/icons/32x32/app-minesweeper.png

Base/res/apps/Snake.af

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[App]
2+
Name=Snake
3+
Executable=/bin/Snake
4+
Category=Games
5+
6+
[Icons]
7+
16x16=/res/icons/16x16/app-snake.png
8+
32x32=/res/icons/32x32/app-snake.png

Base/res/apps/VisualBuilder.af

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[App]
2+
Name=VisualBuilder
3+
Executable=/bin/VisualBuilder
4+
Category=Development
5+
6+
[Icons]
7+
16x16=
8+
32x32=/res/icons/32x32/app-visual-builder.png

0 commit comments

Comments
 (0)