Skip to content

Commit

Permalink
desktop: fix app icon sometimes not found
Browse files Browse the repository at this point in the history
  • Loading branch information
mpostaire committed May 30, 2024
1 parent 48ca1c6 commit 5842b0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ install:
install -m 0644 $(ICONDIR)/48x48/$(BIN).png /usr/share/icons/hicolor/48x48/apps
install -m 0644 $(ICONDIR)/32x32/$(BIN).png /usr/share/icons/hicolor/32x32/apps
install -m 0644 $(ICONDIR)/16x16/$(BIN).png /usr/share/icons/hicolor/16x16/apps
install -m 0644 $(ICONDIR)/128x128/$(BIN).png /usr/share/icons
gtk-update-icon-cache
update-desktop-database

Expand Down

0 comments on commit 5842b0e

Please sign in to comment.