diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-07-28 09:10:45 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-07-28 09:10:45 +0200 |
commit | 0c3b2a6ed4c0ffb3022c064e28254f6567f4ba12 (patch) | |
tree | 2b24d7657f22d9fa23cdedb3842616c30340bdee /Resources | |
parent | b2f7e839e1fab5bb36116f60c3c2ab8ecaf31e15 (diff) | |
download | open-keychain-0c3b2a6ed4c0ffb3022c064e28254f6567f4ba12.tar.gz open-keychain-0c3b2a6ed4c0ffb3022c064e28254f6567f4ba12.tar.bz2 open-keychain-0c3b2a6ed4c0ffb3022c064e28254f6567f4ba12.zip |
Smaller status images, green test
Diffstat (limited to 'Resources')
-rwxr-xr-x | Resources/graphics/update-drawables.sh | 8 |
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 |