1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 11:57:36 +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:
Linus Groh 2020-12-24 16:22:02 +01:00 committed by Andreas Kling
parent 0384eb41ae
commit e5ac1fcd00
37 changed files with 0 additions and 147 deletions

View file

@ -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