Skip to content

Commit

Permalink
created icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nathangibson committed Jun 24, 2022
1 parent fe81cd7 commit a622eeb
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions icons/CreateICNS.src
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Adapted from Aidan (https://stackoverflow.com/users/1159299/aidan) at https://stackoverflow.com/questions/12306223/how-to-manually-create-icns-files-using-iconutil?answertab=trending#tab-top
mkdir nabatean.iconset
sips -z 16 16 nabatean.png --out nabatean.iconset/icon_16x16.png
sips -z 32 32 nabatean.png --out nabatean.iconset/icon_16x16@2x.png
sips -z 32 32 nabatean.png --out nabatean.iconset/icon_32x32.png
sips -z 64 64 nabatean.png --out nabatean.iconset/icon_32x32@2x.png
sips -z 128 128 nabatean.png --out nabatean.iconset/icon_128x128.png
sips -z 256 256 nabatean.png --out nabatean.iconset/icon_128x128@2x.png
sips -z 256 256 nabatean.png --out nabatean.iconset/icon_256x256.png
sips -z 512 512 nabatean.png --out nabatean.iconset/icon_256x256@2x.png
sips -z 512 512 nabatean.png --out nabatean.iconset/icon_512x512.png
cp nabatean.png nabatean.iconset/icon_512x512@2x.png
iconutil -c icns nabatean.iconset
rm -R nabatean.iconset
Binary file added icons/nabatean.icns
Binary file not shown.
Binary file added icons/nabatean.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions icons/nabatean.svg
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 nabatean.bundle/Contents/Resources/Nabatean.icns
Binary file not shown.

0 comments on commit a622eeb

Please sign in to comment.