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:
parent
9f537d0b95
commit
26f41c7ecb
3 changed files with 24 additions and 0 deletions
8
Base/res/apps/Minesweeper.af
Normal file
8
Base/res/apps/Minesweeper.af
Normal 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
8
Base/res/apps/Snake.af
Normal 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
|
8
Base/res/apps/VisualBuilder.af
Normal file
8
Base/res/apps/VisualBuilder.af
Normal file
|
@ -0,0 +1,8 @@
|
|||
[App]
|
||||
Name=VisualBuilder
|
||||
Executable=/bin/VisualBuilder
|
||||
Category=Development
|
||||
|
||||
[Icons]
|
||||
16x16=
|
||||
32x32=/res/icons/32x32/app-visual-builder.png
|
Loading…
Add table
Add a link
Reference in a new issue