more on installer

This commit is contained in:
Martin Brodbeck 2018-08-07 12:52:24 +02:00
parent d784a26872
commit 8cd4b58b53
6 changed files with 174 additions and 1 deletions

4
misc/convert2ico.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/env bash
#convert -density 384 -background transparent kima2.svg -define icon:auto-resize -colors 256 kima2.ico
convert -density 384 -background white kima2.svg -define icon:auto-resize -colors 256 kima2.ico