aboutsummaryrefslogtreecommitdiffstats
path: root/Graphics/update-drawables.sh
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-02-25 20:50:34 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-02-25 20:50:34 +0100
commitb521162ef049d223987af4c424083a8355c9bfb0 (patch)
tree94e7f4b59751721a86198b3ba6bdaf6114c11a03 /Graphics/update-drawables.sh
parent0931c7742bdb238d222362fee3b865bfa33dfc22 (diff)
downloadopen-keychain-b521162ef049d223987af4c424083a8355c9bfb0.tar.gz
open-keychain-b521162ef049d223987af4c424083a8355c9bfb0.tar.bz2
open-keychain-b521162ef049d223987af4c424083a8355c9bfb0.zip
Invoke NFC button
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 bfb62523e..2e73641f5 100755
--- a/Graphics/update-drawables.sh
+++ b/Graphics/update-drawables.sh
@@ -39,7 +39,7 @@ SRC_DIR=./drawables/
# xhdpi: 64x64
# xxhdpi: 96x96
-for NAME in "ic_action_nfc" "ic_action_qr_code" "ic_action_search_cloud" "ic_cloud_search_24px" "ic_action_encrypt_file" "ic_action_encrypt_text" "ic_action_verified_cutout"
+for NAME in "ic_action_search_cloud" "ic_cloud_search_24px" "ic_action_encrypt_file" "ic_action_encrypt_text" "ic_action_verified_cutout"
do
echo $NAME
inkscape -w 32 -h 32 -e "$MDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg"