summaryrefslogtreecommitdiff
path: root/re-generate_icons.sh
diff options
context:
space:
mode:
Diffstat (limited to 're-generate_icons.sh')
-rwxr-xr-xre-generate_icons.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/re-generate_icons.sh b/re-generate_icons.sh
new file mode 100755
index 0000000..ba0c28a
--- /dev/null
+++ b/re-generate_icons.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# Copyright (C) 2021 Wojtek Kosior
+# Redistribution terms are gathered in the `copyright' file.
+
+for SIZE in 128 64 48 32 16; do
+ inkscape -z -e icons/hachette$SIZE.png -w $SIZE -h $SIZE icons/hachette.svg
+done