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:
parent
699d49a268
commit
8d5a626a0b
3 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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)"
|
||||
|
||||
|
|
Before Width: | Height: | Size: 714 B After Width: | Height: | Size: 714 B |
Loading…
Reference in a new issue