diff options
author | Linus Groh <mail@linusgroh.de> | 2020-12-24 16:22:02 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-12-24 20:50:30 +0100 |
commit | e5ac1fcd00a7fa4859c54954ba7b373490384669 (patch) | |
tree | bd19ab58683458a667ab217cf4bf5ae249319b1d /Base/res/apps/Fire.af | |
parent | 0384eb41ae0472f2d2cd3337f413c131f4c04c86 (diff) | |
download | serenity-e5ac1fcd00a7fa4859c54954ba7b373490384669.zip |
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.
Diffstat (limited to 'Base/res/apps/Fire.af')
-rw-r--r-- | Base/res/apps/Fire.af | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Base/res/apps/Fire.af b/Base/res/apps/Fire.af index ebb669edea..37d90edd2e 100644 --- a/Base/res/apps/Fire.af +++ b/Base/res/apps/Fire.af @@ -2,7 +2,3 @@ Name=Fire Executable=/bin/Fire Category=Demos - -[Icons] -16x16=/res/icons/16x16/app-fire.png -32x32=/res/icons/32x32/app-fire.png |