summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/icon-command2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/icon-command b/doc/icon-command
new file mode 100644
index 00000000..ae1e74fc
--- /dev/null
+++ b/doc/icon-command
@@ -0,0 +1,2 @@
+Using inkscape, export svg as a png with transparent background. Then use imagemagick convert to build an ico file.
+convert -transparent '#000000' 7w.png -define icon:auto-resize=16,24,32,48,256 -compress zip icon.ico
bgstack15