aboutsummaryrefslogtreecommitdiff
path: root/re-generate_icons.sh
blob: ba0c28acda69dac90aa9ca787b7458a30a3e2279 (plain)
1
2
3
4
5
6
7
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