mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-01 20:10:28 +00:00
Base: Add Demo applications to system menu
This commit is contained in:
parent
7eeea4d57f
commit
f38897ef20
Notes:
sideshowbarker
2024-07-19 07:27:40 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/f38897ef20e Pull-request: https://github.com/SerenityOS/serenity/pull/1879
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…
Reference in a new issue