Skip to content

Commit

Permalink
not a wrapper after all, replaces convert++
Browse files Browse the repository at this point in the history
  • Loading branch information
sechmann committed May 16, 2024
1 parent 53ee23a commit 5427a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ packaging/windows/assets/naisdevice.ico: assets/svg/blue.svg
macos-icon: packaging/macos/icons/naisdevice.icns
packaging/macos/icons/naisdevice.icns:
mkdir -p packaging/macos/icons/
magick convert -background transparent -resize 1024x1024 -gravity center -extent 1024x1024 assets/svg/blue.svg packaging/macos/icons/naisdevice.png
magick -background transparent -resize 1024x1024 -gravity center -extent 1024x1024 assets/svg/blue.svg packaging/macos/icons/naisdevice.png
go run github.com/jackmordaunt/icns/v2/cmd/icnsify -i packaging/macos/icons/naisdevice.png -o packaging/macos/icons/naisdevice.icns

wg: bin/macos-client/wg
Expand Down

0 comments on commit 5427a06

Please sign in to comment.