Add 32x32 icon

Fixes #1327

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-08-07 22:48:33 +01:00
parent f8ad7434c7
commit e579f909d7
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 5 additions and 0 deletions

View File

@ -434,6 +434,7 @@ ifeq ($(HAVE_PYQT),true)
install -d $(DESTDIR)$(LIBDIR)/carla/styles
install -d $(DESTDIR)$(DATADIR)/applications
install -d $(DESTDIR)$(DATADIR)/icons/hicolor/16x16/apps
install -d $(DESTDIR)$(DATADIR)/icons/hicolor/32x32/apps
install -d $(DESTDIR)$(DATADIR)/icons/hicolor/48x48/apps
install -d $(DESTDIR)$(DATADIR)/icons/hicolor/128x128/apps
install -d $(DESTDIR)$(DATADIR)/icons/hicolor/256x256/apps
@ -634,6 +635,10 @@ endif
install -m 644 resources/16x16/carla.png $(DESTDIR)$(DATADIR)/icons/hicolor/16x16/apps
install -m 644 resources/16x16/carla-control.png $(DESTDIR)$(DATADIR)/icons/hicolor/16x16/apps
# Install icons, 32x32
install -m 644 resources/32x32/carla.png $(DESTDIR)$(DATADIR)/icons/hicolor/32x32/apps
install -m 644 resources/32x32/carla-control.png $(DESTDIR)$(DATADIR)/icons/hicolor/32x32/apps
# Install icons, 48x48
install -m 644 resources/48x48/carla.png $(DESTDIR)$(DATADIR)/icons/hicolor/48x48/apps
install -m 644 resources/48x48/carla-control.png $(DESTDIR)$(DATADIR)/icons/hicolor/48x48/apps

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
resources/32x32/carla.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB