Skip to content

Commit d5714fe

Browse files
committed
mask has to be in the project root as it appears the icon generation path is relational to the source path
1 parent ec68cc7 commit d5714fe

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ define makeIcon
77

88
@ mkdir -p "./icons/$(1) - $(2)/$(if $(3),$(3),light)"
99

10-
@ folderify ./art/mask.png --macOS $(1) --color-scheme $(if $(3),$(3),light) > /dev/null 2>&1
10+
@ folderify ./mask.png --macOS $(1) --color-scheme $(if $(3),$(3),light) > /dev/null 2>&1
1111

1212
@ mv "./mask.iconset" "./icons/$(1) - $(2)/$(if $(3),$(3),light)/icon.iconset"
1313
@ mv "./mask.icns" "./icons/$(1) - $(2)/$(if $(3),$(3),light)/icon.icns"

art/mask.png mask.png

File renamed without changes.

0 commit comments

Comments
 (0)