desktop: install 64x64 app icon.

For some reason, this size was installed in the meson build, not the
autotools one.
This commit is contained in:
Jehan 2021-07-06 11:38:33 +02:00
parent 3598562472
commit b7c2fbe6a8
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ icons32_DATA = 32x32/gimp.png
icons48dir = $(DESKTOP_DATADIR)/icons/hicolor/48x48/apps icons48dir = $(DESKTOP_DATADIR)/icons/hicolor/48x48/apps
icons48_DATA = 48x48/gimp.png icons48_DATA = 48x48/gimp.png
icons64dir = $(DESKTOP_DATADIR)/icons/hicolor/64x64/apps
icons64_DATA = 64x64/gimp.png
icons256dir = $(DESKTOP_DATADIR)/icons/hicolor/256x256/apps icons256dir = $(DESKTOP_DATADIR)/icons/hicolor/256x256/apps
icons256_DATA = 256x256/gimp.png icons256_DATA = 256x256/gimp.png