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/HackStudio.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/HackStudio.af')
-rw-r--r-- | Base/res/apps/HackStudio.af | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Base/res/apps/HackStudio.af b/Base/res/apps/HackStudio.af index a70b0c29fd..92bdcef97c 100644 --- a/Base/res/apps/HackStudio.af +++ b/Base/res/apps/HackStudio.af @@ -2,7 +2,3 @@ Name=HackStudio Executable=/bin/HackStudio Category=Development - -[Icons] -16x16=/res/icons/16x16/app-hack-studio.png -32x32=/res/icons/32x32/app-hack-studio.png |