-
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.
Merge pull request #6 from burhanr13/c23
c23
- Loading branch information
Showing
37 changed files
with
380 additions
and
267,741 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.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] | ||
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 | ||
|
||
|
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.