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:
parent
4fb790c338
commit
3219ef332d
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
|
@ -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
|
Loading…
Reference in New Issue