Skip to content

Commit

Permalink
Merge branch 'master' into c23
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanr13 authored Jan 8, 2025
2 parents ac25944 + 57b4370 commit 92a0d9e
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 icon.iconset/icon_16x16.png
convert images/logo.ico -alpha on -background none -units PixelsPerInch -density 144 -resize 32x32 icon.iconset/[email protected]
convert images/logo.ico -alpha on -background none -units PixelsPerInch -density 72 -resize 32x32 icon.iconset/icon_32x32.png
convert images/logo.ico -alpha on -background none -units PixelsPerInch -density 144 -resize 64x64 icon.iconset/[email protected]
convert images/logo.ico -alpha on -background none -units PixelsPerInch -density 72 -resize 128x128 icon.iconset/icon_128x128.png
convert images/logo.ico -alpha on -background none -units PixelsPerInch -density 144 -resize 256x256 icon.iconset/[email protected]
convert images/logo.ico -alpha on -background none -units PixelsPerInch -density 72 -resize 256x256 icon.iconset/icon_256x256.png
convert images/logo.ico -alpha on -background none -units PixelsPerInch -density 144 -resize 512x512 icon.iconset/[email protected]
convert images/logo.ico -alpha on -background none -units PixelsPerInch -density 72 -resize 512x512 icon.iconset/icon_512x512.png
convert images/logo.ico -alpha on -background none -units PixelsPerInch -density 144 -resize 1024x1024 icon.iconset/[email protected]
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 72 -resize 16x16 icon.iconset/icon_16x16.png
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 144 -resize 32x32 icon.iconset/[email protected]
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 72 -resize 32x32 icon.iconset/icon_32x32.png
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 144 -resize 64x64 icon.iconset/[email protected]
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 72 -resize 128x128 icon.iconset/icon_128x128.png
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 144 -resize 256x256 icon.iconset/[email protected]
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 72 -resize 256x256 icon.iconset/icon_256x256.png
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 144 -resize 512x512 icon.iconset/[email protected]
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 72 -resize 512x512 icon.iconset/icon_512x512.png
convert images/logo.png -alpha on -background none -units PixelsPerInch -density 144 -resize 1024x1024 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 92a0d9e

Please sign in to comment.