Add icon
This commit is contained in:
parent
8d92a8f334
commit
16d554388d
9 changed files with 12 additions and 0 deletions
10
doc/icon/Makefile
Normal file
10
doc/icon/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
ICOICONS := logo16x16.png logo32x32.png
|
||||||
|
ICNSICONS := logo16x16.png logo32x32.png logo48x48.png logo128x128.png
|
||||||
|
|
||||||
|
all: favicon.ico favicon.icns
|
||||||
|
|
||||||
|
favicon.ico: $(ICOICONS)
|
||||||
|
png2ico favicon.ico $(ICOICONS)
|
||||||
|
|
||||||
|
favicon.icns: $(ICNSICONS)
|
||||||
|
png2icns favicon.icns $(ICNSICONS)
|
BIN
doc/icon/favicon.icns
Normal file
BIN
doc/icon/favicon.icns
Normal file
Binary file not shown.
BIN
doc/icon/favicon.ico
Normal file
BIN
doc/icon/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
doc/icon/logo128x128.png
Normal file
BIN
doc/icon/logo128x128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
doc/icon/logo16x16.png
Normal file
BIN
doc/icon/logo16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 645 B |
BIN
doc/icon/logo32x32.png
Normal file
BIN
doc/icon/logo32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
doc/icon/logo48x48.png
Normal file
BIN
doc/icon/logo48x48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
doc/icon/logo64x64.png
Normal file
BIN
doc/icon/logo64x64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
2
doc/icon/readme.txt
Normal file
2
doc/icon/readme.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Source:
|
||||||
|
http://www.iconarchive.com/show/multiminimal-icons-by-multivitamin/my-pictures-icon.html
|
Loading…
Reference in a new issue