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 8e4d66f commit c156dd3Copy full SHA for c156dd3
charger/regenerate.sh
@@ -9,8 +9,8 @@ for DENSITY in mdpi:160 hdpi:240 xhdpi:320 xxhdpi:480 xxxhdpi:640; do
9
DPI=$(echo $DENSITY | cut -f1 -d ':')
10
WIDTH=$(echo $DENSITY | cut -f2 -d ':')
11
12
- rm -rf $DPI
13
- mkdir $DPI
+ rm $DPI/battery_fail.png
+ rm $DPI/battery_scale.png
14
15
for SVG in svg/*.svg; do
16
PNG="$DPI/$(basename $SVG | cut -f1 -d '.').png"
0 commit comments