diff options
Diffstat (limited to 'Resources/graphics/update-drawables.sh')
-rwxr-xr-x | Resources/graphics/update-drawables.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Resources/graphics/update-drawables.sh b/Resources/graphics/update-drawables.sh index ae77d313a..4b6a0a03b 100755 --- a/Resources/graphics/update-drawables.sh +++ b/Resources/graphics/update-drawables.sh @@ -37,7 +37,7 @@ inkscape -w 512 -h 512 -e "$PLAY_DIR/$NAME.png" $NAME.svg # xhdpi: 64x64 # xxhdpi: 96x96 -for NAME in "ic_action_nfc" "ic_action_qr_code" +for NAME in "ic_action_nfc" "ic_action_qr_code" "ic_action_safeslinger" do echo $NAME inkscape -w 32 -h 32 -e "$MDPI_DIR/$NAME.png" $NAME.svg |