We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fcfcb commit 6174863Copy full SHA for 6174863
android/scripts/generate-pngs.sh
@@ -51,7 +51,6 @@ function convert_image() {
51
if (( $# >= 3 )); then
52
destination_image="$3"
53
else
54
-
55
destination_image="$(basename "$source_image" .svg | sed -e 's/-/_/g')"
56
fi
57
0 commit comments