aboutsummaryrefslogtreecommitdiffstats
path: root/Graphics/update-drawables.sh
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-03-06 01:52:06 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-03-06 01:52:06 +0100
commitd74a662614489e86e842b4ca241aebee81f38ced (patch)
tree895e556b0bdadfc8d65a1e1ba576d2360086894b /Graphics/update-drawables.sh
parenteaf7e5e0051da5a49001283321e8e722ab3b1bae (diff)
downloadopen-keychain-d74a662614489e86e842b4ca241aebee81f38ced.tar.gz
open-keychain-d74a662614489e86e842b4ca241aebee81f38ced.tar.bz2
open-keychain-d74a662614489e86e842b4ca241aebee81f38ced.zip
Tryout design for encrypt, decrypt
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 4784af204..8da894725 100755
--- a/Graphics/update-drawables.sh
+++ b/Graphics/update-drawables.sh
@@ -22,7 +22,7 @@ SRC_DIR=./drawables/
#inkscape -w 512 -h 512 -e "$PLAY_DIR/$NAME.png" $NAME.svg
-for NAME in "ic_cloud_search" "ic_action_encrypt_file" "ic_action_encrypt_text" "ic_action_verified_cutout" "status_lock_closed" "status_lock_error" "status_lock_open" "status_signature_expired_cutout" "status_signature_invalid_cutout" "status_signature_revoked_cutout" "status_signature_unknown_cutout" "status_signature_unverified_cutout" "status_signature_verified_cutout" "key_flag_authenticate" "key_flag_certify" "key_flag_encrypt" "key_flag_sign"
+for NAME in "ic_cloud_search" "ic_action_encrypt_file" "ic_action_encrypt_text" "ic_action_verified_cutout" "ic_action_encrypt_copy" "ic_action_encrypt_save" "ic_action_encrypt_share" "status_lock_closed" "status_lock_error" "status_lock_open" "status_signature_expired_cutout" "status_signature_invalid_cutout" "status_signature_revoked_cutout" "status_signature_unknown_cutout" "status_signature_unverified_cutout" "status_signature_verified_cutout" "key_flag_authenticate" "key_flag_certify" "key_flag_encrypt" "key_flag_sign"
do
echo $NAME
inkscape -w 24 -h 24 -e "$MDPI_DIR/${NAME}_24dp.png" "$SRC_DIR/$NAME.svg"