Skip to content

Commit

Permalink
remove ico file unneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanr13 committed Jan 8, 2025
1 parent 6e09f03 commit 57b4370
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/mac-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ PATH="$PATH:/usr/libexec"

# Construct the app iconset.
mkdir icon.iconset
convert images/logo.ico -alpha on -background none -units PixelsPerInch -density 72 -resize 16x16 -composite icon.iconset/icon_16x16.png
convert images/logo.ico -alpha on -background none -units PixelsPerInch -density 144 -resize 32x32 -composite icon.iconset/[email protected]
convert images/logo.ico -alpha on -background none -units PixelsPerInch -density 72 -resize 32x32 -composite icon.iconset/icon_32x32.png
convert images/logo.ico -alpha on -background none -units PixelsPerInch -density 144 -resize 64x64 -composite icon.iconset/[email protected]
convert images/logo.ico -alpha on -background none -units PixelsPerInch -density 72 -resize 128x128 -composite icon.iconset/icon_128x128.png
convert images/logo.ico -alpha on -background none -units PixelsPerInch -density 144 -resize 256x256 -composite icon.iconset/[email protected]
convert images/logo.ico -alpha on -background none -units PixelsPerInch -density 72 -resize 256x256 -composite icon.iconset/icon_256x256.png
convert images/logo.ico -alpha on -background none -units PixelsPerInch -density 144 -resize 512x512 -composite icon.iconset/[email protected]
convert images/logo.ico -alpha on -background none -units PixelsPerInch -density 72 -resize 512x512 -composite icon.iconset/icon_512x512.png
convert images/logo.ico -alpha on -background none -units PixelsPerInch -density 144 -resize 1024x1024 -composite icon.iconset/[email protected]
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 72 -resize 16x16 -composite icon.iconset/icon_16x16.png
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 144 -resize 32x32 -composite icon.iconset/[email protected]
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 72 -resize 32x32 -composite icon.iconset/icon_32x32.png
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 144 -resize 64x64 -composite icon.iconset/[email protected]
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 72 -resize 128x128 -composite icon.iconset/icon_128x128.png
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 144 -resize 256x256 -composite icon.iconset/[email protected]
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 72 -resize 256x256 -composite icon.iconset/icon_256x256.png
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 144 -resize 512x512 -composite icon.iconset/[email protected]
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 72 -resize 512x512 -composite icon.iconset/icon_512x512.png
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 144 -resize 1024x1024 -composite icon.iconset/[email protected]
iconutil --convert icns icon.iconset
rm -r icon.iconset

Expand Down
Binary file removed images/logo.ico
Binary file not shown.

0 comments on commit 57b4370

Please sign in to comment.