1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Removed debug comment

This commit is contained in:
Martin Tůma 2018-04-14 20:55:39 +02:00
parent e5db00a4f4
commit 6416c81232

View File

@ -24,5 +24,5 @@ for e in $EXTENSIONS; do
convert -density 400 -background none -resize '1024x1024' "$1.svg" "$ICONSET/icon_512x512@2x.png"
iconutil -c icns -o $1.icns "$ICONSET"
# rm -R "$ICONSET" $1.svg
rm -R "$ICONSET" $1.svg
done