Skip to content

Commit a42a5ce

Browse files
committed
Update scripts/create_windows_icon.sh for Inkscape 1.0+
1 parent dc38a9d commit a42a5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create_windows_icon.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rm -f "$svg_file".icon.*.png
1010

1111
for size in $sizes; do
1212
png_file="$svg_file".icon."$size".png
13-
inkscape -e "$png_file" "$svg_file" -w "$size" -h "$size"
13+
inkscape -o "$png_file" "$svg_file" -w "$size" -h "$size"
1414
optipng "$png_file"
1515
done
1616

0 commit comments

Comments
 (0)