diff --git a/scripts/create_windows_icon.sh b/scripts/create_windows_icon.sh index 710fbdc..0e837ba 100755 --- a/scripts/create_windows_icon.sh +++ b/scripts/create_windows_icon.sh @@ -10,7 +10,7 @@ rm -f "$svg_file".icon.*.png for size in $sizes; do png_file="$svg_file".icon."$size".png - inkscape -e "$png_file" "$svg_file" -w "$size" -h "$size" + inkscape -o "$png_file" "$svg_file" -w "$size" -h "$size" optipng "$png_file" done