We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbd5a0 commit 8bbf107Copy full SHA for 8bbf107
icons/svg_to_headers.sh
@@ -61,7 +61,7 @@ if [ ! -e "$HEADER_PATH" ]; then
61
for f in $PNG_FILES
62
do
63
echo "Generating header for $f..."
64
- out="${HEADER_PATH}/$(basename $f .png | tr -s -c [:alnum:] _)${1}x${1}"
+ out="${HEADER_PATH}/$(basename $f .png | tr -s -c [:alnum:] _)${1}x${1}.h"
65
python3 png_to_header.py -i $f -o $out
66
done
67
0 commit comments