aboutsummaryrefslogtreecommitdiffstats
path: root/Graphics/update-drawables.sh
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-03-26 13:53:43 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2015-03-26 13:53:43 +0100
commitaa6d0dd86773eda7d0a5a6855b40c2e1f95e2b45 (patch)
tree4d31d70f32d7160de80ce13a17416af641a61f34 /Graphics/update-drawables.sh
parent3edf47c5decdc547724bc84628ddfa25bf8ae53a (diff)
downloadopen-keychain-aa6d0dd86773eda7d0a5a6855b40c2e1f95e2b45.tar.gz
open-keychain-aa6d0dd86773eda7d0a5a6855b40c2e1f95e2b45.tar.bz2
open-keychain-aa6d0dd86773eda7d0a5a6855b40c2e1f95e2b45.zip
some linked id ui fine tuning
Diffstat (limited to 'Graphics/update-drawables.sh')
-rwxr-xr-xGraphics/update-drawables.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/update-drawables.sh b/Graphics/update-drawables.sh
index a2da5bbfc..4de6f4efe 100755
--- a/Graphics/update-drawables.sh
+++ b/Graphics/update-drawables.sh
@@ -41,7 +41,7 @@ inkscape -w 192 -h 192 -e "$XDPI_DIR/${NAME}_96dp.png" "$SRC_DIR/$NAME.svg"
inkscape -w 256 -h 256 -e "$XXDPI_DIR/${NAME}_96dp.png" "$SRC_DIR/$NAME.svg"
done
-for NAME in "create_key_robot"
+for NAME in "create_key_robot" "linked_dns" "linked_https" "linked_github" "linked_twitter"
do
echo $NAME
inkscape -w 48 -h 48 -e "$MDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg"