rename favicon.png to logo_16x16.png

This was never used as a favicon, it's just a png version of the
favicon.ico. It's actually used for the freedesktop menu file.
This commit is contained in:
Joey Hess 2014-03-16 15:50:53 -04:00
parent 699d49a268
commit 8d5a626a0b
3 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ installMenu command menufile iconsrcdir icondir = do
writeDesktopMenuFile (fdoDesktopMenu command) menufile
installIcon (iconsrcdir </> "logo.svg") $
iconFilePath (iconBaseName ++ ".svg") "scalable" icondir
installIcon (iconsrcdir </> "favicon.png") $
installIcon (iconsrcdir </> "logo_16x16.png") $
iconFilePath (iconBaseName ++ ".png") "16x16" icondir
#endif