mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 09:08:10 +00:00

The new system directory /res/apps now contains ".af" files describing applications (name, category, executable path, and icon.) These are used to populate the system menu with application shortcuts. This will replace the Launcher app. :^)
8 lines
165 B
Text
8 lines
165 B
Text
[App]
|
|
Name=FileManager
|
|
Executable=/bin/FileManager
|
|
Category=Utilities
|
|
|
|
[Icons]
|
|
16x16=/res/icons/16x16/filetype-folder.png
|
|
32x32=/res/icons/32x32/filetype-folder.png
|