summary refs log blame commit diff stats
path: root/win32/installer/wizardimage.bmp
blob: d81414258dc757d0673fdcef56812d4f9e83cbc6 (plain) (tree)
blob is binary.
p;id=a5994cf647819f452dce400426d47f2fca52a69b'>blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
icon_DATA = ../../src/pixmaps/hexchat.png
icondir = $(datadir)/icons/hicolor/48x48/apps

hicolor_DATA = hexchat.svg
hicolordir = $(datadir)/icons/hicolor/scalable/apps

UPDATE_ICON_CACHE = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor || :

install-data-hook:
	$(UPDATE_ICON_CACHE);

uninstall-hook:
	$(UPDATE_ICON_CACHE);