Skip to content

Commit

Permalink
[Makefile] add mkdir step in build-macos-icns target
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Jun 11, 2022
1 parent 1a9a6e7 commit 7dd84bc
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 @@ -7,6 7,7 @@ build-dependencies:

build-macos-icns:
rm -rf img/CrunchIcon.iconset
mkdir img/CrunchIcon.iconset
sips -z 16 16 img/Crunch-icon-3.png --out img/CrunchIcon.iconset/icon_16x16.png
sips -z 32 32 img/Crunch-icon-3.png --out img/CrunchIcon.iconset/[email protected]
sips -z 32 32 img/Crunch-icon-3.png --out img/CrunchIcon.iconset/icon_32x32.png
Expand Down

0 comments on commit 7dd84bc

Please sign in to comment.