aboutsummaryrefslogtreecommitdiffstats
path: root/Graphics/update-drawables.sh
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-01-28 18:11:08 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-01-28 18:11:08 +0100
commit81d4d31fd746db2d7707fb8bffb52406f431bef2 (patch)
tree7961e400d2c5295b0645d8eb438d73deeed9dd13 /Graphics/update-drawables.sh
parent6c6201f1292951fdc25b355c1693045d94186ff2 (diff)
downloadopen-keychain-81d4d31fd746db2d7707fb8bffb52406f431bef2.tar.gz
open-keychain-81d4d31fd746db2d7707fb8bffb52406f431bef2.tar.bz2
open-keychain-81d4d31fd746db2d7707fb8bffb52406f431bef2.zip
Cloud search icon
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 eef97c7c3..c96b6dd90 100755
--- a/Graphics/update-drawables.sh
+++ b/Graphics/update-drawables.sh
@@ -38,7 +38,7 @@ SRC_DIR=./drawables/
# xhdpi: 64x64
# xxhdpi: 96x96
-for NAME in "ic_action_nfc" "ic_action_qr_code" "ic_action_safeslinger" "ic_action_search_cloud"
+for NAME in "ic_action_nfc" "ic_action_qr_code" "ic_action_safeslinger" "ic_action_search_cloud" "ic_cloud_search_24px"
do
echo $NAME
inkscape -w 32 -h 32 -e "$MDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg"