1
0
Fork 0
mirror of https://github.com/NixOS/nixos-artwork synced 2024-10-18 00:06:24 -04:00

icons/build.sh: adapt to newer inkscape versions

This commit is contained in:
Linus Heckemann 2023-12-07 14:41:27 +01:00
parent ac0b0737b2
commit b9cbbb51af

View file

@ -9,5 +9,5 @@ PS4=" $ "
set -x set -x
for f in *.svg; do for f in *.svg; do
inkscape -e "${f%.*}.png" "$f" inkscape -o "${f%.*}.png" "$f"
done done