We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc38a9d commit a42a5ceCopy full SHA for a42a5ce
scripts/create_windows_icon.sh
@@ -10,7 +10,7 @@ rm -f "$svg_file".icon.*.png
10
11
for size in $sizes; do
12
png_file="$svg_file".icon."$size".png
13
- inkscape -e "$png_file" "$svg_file" -w "$size" -h "$size"
+ inkscape -o "$png_file" "$svg_file" -w "$size" -h "$size"
14
optipng "$png_file"
15
done
16
0 commit comments