mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:57:34 +00:00
Base: Remove [Icons] section from .af files
With everything now using GUI::FileIconProvider and therefore loading icons embedded in the executable files, this information is now longer being used. We might have to think about this again if we want to allow .af files with custom commands (e.g. shell scripts). Maybe those could get away with just an "Icon" entry under "[App]", but currently there's only "Executable" anyway.
This commit is contained in:
parent
0384eb41ae
commit
e5ac1fcd00
37 changed files with 0 additions and 147 deletions
|
@ -2,7 +2,3 @@
|
|||
Name=File Manager
|
||||
Executable=/bin/FileManager
|
||||
Category=Utilities
|
||||
|
||||
[Icons]
|
||||
16x16=/res/icons/16x16/filetype-folder.png
|
||||
32x32=/res/icons/32x32/filetype-folder.png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue