Skip to content

Commit

Permalink
icons: install white nixos logo
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Feb 24, 2021
1 parent 066349e commit d98b93e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions icons/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ sizes = 16 24 32 48 64 72 96 128 256 512 1024
theme = hicolor
category = apps

icons = $(foreach size,$(sizes),$(size)x$(size)/$(category)/nix-snowflake.png) \
scalable/$(category)/nix-snowflake.svg
icons = \
$(foreach size,$(sizes),$(size)x$(size)/$(category)/nix-snowflake.png) \
scalable/$(category)/nix-snowflake.svg \
$(foreach size,$(sizes),$(size)x$(size)/$(category)/nix-snowflake-white.png) \
scalable/$(category)/nix-snowflake-white.svg

install_dest = $(DESTDIR)$(prefix)/share/icons/$(theme)

Expand Down

0 comments on commit d98b93e

Please sign in to comment.