aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/graphics/update-drawables.sh
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-07-31 21:18:24 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-07-31 21:18:24 +0200
commit138d5a1d9c1bd4b0fa607c8fbbbed988670bd7ca (patch)
tree41e6d0a78f975e467d4ab28ab4dd96f7b8ac3f7e /Resources/graphics/update-drawables.sh
parent7bbe869c88c445b087e32a75572cf18efa2165b6 (diff)
downloadopen-keychain-138d5a1d9c1bd4b0fa607c8fbbbed988670bd7ca.tar.gz
open-keychain-138d5a1d9c1bd4b0fa607c8fbbbed988670bd7ca.tar.bz2
open-keychain-138d5a1d9c1bd4b0fa607c8fbbbed988670bd7ca.zip
Robots like coffee too...
Diffstat (limited to 'Resources/graphics/update-drawables.sh')
-rwxr-xr-xResources/graphics/update-drawables.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/Resources/graphics/update-drawables.sh b/Resources/graphics/update-drawables.sh
index c319a869a..ae77d313a 100755
--- a/Resources/graphics/update-drawables.sh
+++ b/Resources/graphics/update-drawables.sh
@@ -53,4 +53,13 @@ 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
+
+for NAME in "create_key_robot"
+do
+echo $NAME
+inkscape -w 48 -h 48 -e "$MDPI_DIR/$NAME.png" $NAME.svg
+inkscape -w 64 -h 64 -e "$HDPI_DIR/$NAME.png" $NAME.svg
+inkscape -w 96 -h 96 -e "$XDPI_DIR/$NAME.png" $NAME.svg
+inkscape -w 128 -h 128 -e "$XXDPI_DIR/$NAME.png" $NAME.svg
done \ No newline at end of file