summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-07-06 08:30:29 -0400
committerB. Stack <bgstack15@gmail.com>2023-07-06 08:30:29 -0400
commit0c0ce889cff6d8cac6e8bff9f949d5fa0a3a0528 (patch)
tree73a81a673afc0f06b23101829422ab5d4ac35b1c /doc
parentConvert sw-ui module to Kotlin Multiplatform gradle plugin (diff)
downloadseven-wonders-0c0ce889cff6d8cac6e8bff9f949d5fa0a3a0528.tar.gz
seven-wonders-0c0ce889cff6d8cac6e8bff9f949d5fa0a3a0528.tar.bz2
seven-wonders-0c0ce889cff6d8cac6e8bff9f949d5fa0a3a0528.zip
add a pyramid iconfavicon
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