Base: Add Demo applications to system menu

This commit is contained in:
Linus Groh 2020-04-19 17:10:26 +01:00 committed by Andreas Kling
parent 7eeea4d57f
commit f38897ef20
Notes: sideshowbarker 2024-07-19 07:27:40 +09:00
5 changed files with 20 additions and 0 deletions

4
Base/res/apps/Cube.af Normal file
View file

@ -0,0 +1,4 @@
[App]
Name=Cube
Executable=/bin/Cube
Category=Demos

4
Base/res/apps/Fire.af Normal file
View file

@ -0,0 +1,4 @@
[App]
Name=Fire
Executable=/bin/Fire
Category=Demos

View file

@ -0,0 +1,4 @@
[App]
Name=HelloWorld
Executable=/bin/HelloWorld
Category=Demos

View file

@ -0,0 +1,4 @@
[App]
Name=Screensaver
Executable=/bin/Screensaver
Category=Demos

View file

@ -0,0 +1,4 @@
[App]
Name=WidgetGallery
Executable=/bin/WidgetGallery
Category=Demos