We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec68cc7 commit d5714feCopy full SHA for d5714fe
makefile
@@ -7,7 +7,7 @@ define makeIcon
7
8
@ mkdir -p "./icons/$(1) - $(2)/$(if $(3),$(3),light)"
9
10
- @ folderify ./art/mask.png --macOS $(1) --color-scheme $(if $(3),$(3),light) > /dev/null 2>&1
+ @ folderify ./mask.png --macOS $(1) --color-scheme $(if $(3),$(3),light) > /dev/null 2>&1
11
12
@ mv "./mask.iconset" "./icons/$(1) - $(2)/$(if $(3),$(3),light)/icon.iconset"
13
@ mv "./mask.icns" "./icons/$(1) - $(2)/$(if $(3),$(3),light)/icon.icns"
art/mask.png mask.png
0 commit comments