mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +00:00
Base: Add Demo applications to system menu
This commit is contained in:
parent
7eeea4d57f
commit
f38897ef20
5 changed files with 20 additions and 0 deletions
4
Base/res/apps/Cube.af
Normal file
4
Base/res/apps/Cube.af
Normal file
|
@ -0,0 +1,4 @@
|
|||
[App]
|
||||
Name=Cube
|
||||
Executable=/bin/Cube
|
||||
Category=Demos
|
4
Base/res/apps/Fire.af
Normal file
4
Base/res/apps/Fire.af
Normal file
|
@ -0,0 +1,4 @@
|
|||
[App]
|
||||
Name=Fire
|
||||
Executable=/bin/Fire
|
||||
Category=Demos
|
4
Base/res/apps/HelloWorld.af
Normal file
4
Base/res/apps/HelloWorld.af
Normal file
|
@ -0,0 +1,4 @@
|
|||
[App]
|
||||
Name=HelloWorld
|
||||
Executable=/bin/HelloWorld
|
||||
Category=Demos
|
4
Base/res/apps/Screensaver.af
Normal file
4
Base/res/apps/Screensaver.af
Normal file
|
@ -0,0 +1,4 @@
|
|||
[App]
|
||||
Name=Screensaver
|
||||
Executable=/bin/Screensaver
|
||||
Category=Demos
|
4
Base/res/apps/WidgetGallery.af
Normal file
4
Base/res/apps/WidgetGallery.af
Normal file
|
@ -0,0 +1,4 @@
|
|||
[App]
|
||||
Name=WidgetGallery
|
||||
Executable=/bin/WidgetGallery
|
||||
Category=Demos
|
Loading…
Add table
Add a link
Reference in a new issue