1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00

Base: Add .af files for Minesweeper, Snake and VisualBuilder

This commit is contained in:
Andreas Kling 2019-11-11 13:06:34 +01:00
parent 9f537d0b95
commit 26f41c7ecb
3 changed files with 24 additions and 0 deletions

View file

@ -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

8
Base/res/apps/Snake.af Normal file
View file

@ -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

View file

@ -0,0 +1,8 @@
[App]
Name=VisualBuilder
Executable=/bin/VisualBuilder
Category=Development
[Icons]
16x16=
32x32=/res/icons/32x32/app-visual-builder.png