-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
Binary file not shown.