aboutsummaryrefslogtreecommitdiffstats
path: root/Resources
diff options
context:
space:
mode:
Diffstat (limited to 'Resources')
-rwxr-xr-xResources/graphics/update-drawables.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/Resources/graphics/update-drawables.sh b/Resources/graphics/update-drawables.sh
index fd41e121e..c319a869a 100755
--- a/Resources/graphics/update-drawables.sh
+++ b/Resources/graphics/update-drawables.sh
@@ -49,8 +49,8 @@ done
for NAME in status*.svg
do
echo $NAME
-inkscape -w 32 -h 32 -e "$MDPI_DIR/${NAME%%.*}.png" $NAME
-inkscape -w 48 -h 48 -e "$HDPI_DIR/${NAME%%.*}.png" $NAME
-inkscape -w 64 -h 64 -e "$XDPI_DIR/${NAME%%.*}.png" $NAME
-inkscape -w 96 -h 96 -e "$XXDPI_DIR/${NAME%%.*}.png" $NAME
+inkscape -w 24 -h 24 -e "$MDPI_DIR/${NAME%%.*}.png" $NAME
+inkscape -w 32 -h 32 -e "$HDPI_DIR/${NAME%%.*}.png" $NAME
+inkscape -w 48 -h 48 -e "$XDPI_DIR/${NAME%%.*}.png" $NAME
+inkscape -w 64 -h 64 -e "$XXDPI_DIR/${NAME%%.*}.png" $NAME
done \ No newline at end of file