diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-09-20 20:36:37 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-09-20 20:36:37 +0200 |
commit | b06fe773cf043a97f216dc1073a9c428c4d2f2f8 (patch) | |
tree | 8c44bc51210a3f09aeefc5529ee2e09ce52a2c4e /Resources/graphics/update-drawables.sh | |
parent | da4a70c5137d37dab41d1ee65627f38ed78204e9 (diff) | |
download | open-keychain-b06fe773cf043a97f216dc1073a9c428c4d2f2f8.tar.gz open-keychain-b06fe773cf043a97f216dc1073a9c428c4d2f2f8.tar.bz2 open-keychain-b06fe773cf043a97f216dc1073a9c428c4d2f2f8.zip |
New key flags icons, subkey adapter redesign, support authanticate flag in database
Diffstat (limited to 'Resources/graphics/update-drawables.sh')
-rwxr-xr-x | Resources/graphics/update-drawables.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Resources/graphics/update-drawables.sh b/Resources/graphics/update-drawables.sh index 4b6a0a03b..b121ef23e 100755 --- a/Resources/graphics/update-drawables.sh +++ b/Resources/graphics/update-drawables.sh @@ -55,6 +55,15 @@ 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 key_flag*.svg +do +echo $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 + for NAME in "create_key_robot" do echo $NAME |