Placeholder icons and script for app icon. Windows is still not working, investigate the conversion step to see whether or not it is generating a valid icon.

This commit is contained in:
mmcw-dev 2018-01-06 17:49:58 -05:00
parent 4fb790c338
commit 3219ef332d
4 changed files with 4 additions and 0 deletions

BIN
app/assets/icons/icon.icns Normal file

Binary file not shown.

BIN
app/assets/icons/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
app/assets/icons/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

4
app/icons.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
convert -resize x32 -gravity center -crop 32x32+0+0 -flatten -colors 256 ./assets/icons/icon.png ./assets/icons/icon.ico
png2icns ./assets/icons/icon.icns ./assets/icons/icon.png