diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-16 15:50:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-16 15:52:16 -0400 |
commit | 0b026ef4d8fec7e092dab38f949bff5de9d01e72 (patch) | |
tree | d830723d50590c7d2c6a85cfca6b262e11cad9b0 | |
parent | 41234a46a232df21516c03c6ce56a49356b6decc (diff) |
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.
-rw-r--r-- | Assistant/Install/Menu.hs | 2 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | doc/logo_16x16.png (renamed from doc/favicon.png) | bin | 714 -> 714 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/Assistant/Install/Menu.hs b/Assistant/Install/Menu.hs index 22ca1da9c..d095cdd88 100644 --- a/Assistant/Install/Menu.hs +++ b/Assistant/Install/Menu.hs @@ -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 @@ -119,7 +119,7 @@ linuxstandalone-nobuild: Build/Standalone Build/LinuxMkLibs strip "$(LINUXSTANDALONE_DEST)/bin/git-annex" ln -sf git-annex "$(LINUXSTANDALONE_DEST)/bin/git-annex-shell" zcat standalone/licences.gz > $(LINUXSTANDALONE_DEST)/LICENSE - cp doc/favicon.png doc/logo.svg $(LINUXSTANDALONE_DEST) + cp doc/logo_16x16.png doc/logo.svg $(LINUXSTANDALONE_DEST) ./Build/Standalone "$(LINUXSTANDALONE_DEST)" diff --git a/doc/favicon.png b/doc/logo_16x16.png Binary files differindex 1efbebdd7..1efbebdd7 100644 --- a/doc/favicon.png +++ b/doc/logo_16x16.png |