X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=tools%2Fpopulate-app-icon;h=35ff2de67e8d7402236ed0584696a28f7fd16b0c;hp=06dc7a4a2d0f7e6a706a6f473c4b0652370aef7e;hb=f86eac1990cee6af636119ff622aa9b92156e854;hpb=b9ada03fd047f086feedb51fa5f2b77cf5790eeb diff --git a/tools/populate-app-icon b/tools/populate-app-icon index 06dc7a4a..35ff2de6 100755 --- a/tools/populate-app-icon +++ b/tools/populate-app-icon @@ -11,7 +11,7 @@ ICON_ART="$ART_DIR/app-icon.svg" gen_icons() { while read size name; do mkdir -p "$RES_DIR/drawable-$name" - convert "$ICON_ART" -scale ${size}x${size} \ + convert -background none "$ICON_ART" -scale ${size}x${size} \ -antialias -strip \ "$RES_DIR/drawable-$name/ic_app_icon.png" done