Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Aug 23, 2016
1 parent d478cb9 commit 8546284
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 0 deletions.
Binary file modified build/icon.icns
Binary file not shown.
Binary file modified build/icons/1024x1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/icons/128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/icons/16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/icons/24x24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/icons/256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/icons/32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/icons/48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/icons/512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/icons/64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/icons/96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions build/icons/make-sizes.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
sips -z 16 16 1024x1024.png --out 16x16.png
sips -z 24 24 1024x1024.png --out 24x24.png
sips -z 32 32 1024x1024.png --out 32x32.png
sips -z 48 48 1024x1024.png --out 48x48.png
sips -z 64 64 1024x1024.png --out 64x64.png
sips -z 96 96 1024x1024.png --out 96x96.png
sips -z 128 128 1024x1024.png --out 128x128.png
sips -z 256 256 1024x1024.png --out 256x256.png
sips -z 512 512 1024x1024.png --out 512x512.png
15 changes: 15 additions & 0 deletions build/make-icns.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
mkdir icon.iconset
cp icons/1024x1024.png Icon1024.png
sips -z 16 16 Icon1024.png --out icon.iconset/icon_16x16.png
sips -z 32 32 Icon1024.png --out icon.iconset/[email protected]
sips -z 32 32 Icon1024.png --out icon.iconset/icon_32x32.png
sips -z 64 64 Icon1024.png --out icon.iconset/[email protected]
sips -z 128 128 Icon1024.png --out icon.iconset/icon_128x128.png
sips -z 256 256 Icon1024.png --out icon.iconset/[email protected]
sips -z 256 256 Icon1024.png --out icon.iconset/icon_256x256.png
sips -z 512 512 Icon1024.png --out icon.iconset/[email protected]
sips -z 512 512 Icon1024.png --out icon.iconset/icon_512x512.png
cp Icon1024.png icon.iconset/[email protected]
iconutil -c icns --output icon.icns icon.iconset
rm -R icon.iconset
rm Icon1024.png

0 comments on commit 8546284

Please sign in to comment.