X-Git-Url: https://git.ktnx.net/?p=mobile-ledger-staging.git;a=blobdiff_plain;f=tools%2Fpopulate-app-icon;h=c796b825b9546229d1a6f2fa111ee54d070041f8;hp=a800531643b5bc4cdc3fff97fda3a9b676f3f750;hb=2e72df8e16ccc74c0bb5a878875b9f22cb66bd9c;hpb=3608bbfaafd682358234df2cbcca09dd605536e4 diff --git a/tools/populate-app-icon b/tools/populate-app-icon index a8005316..c796b825 100755 --- a/tools/populate-app-icon +++ b/tools/populate-app-icon @@ -12,7 +12,7 @@ gen_icons() { while read size name; do DST_DIR="$RES_DIR/mipmap-$name" mkdir -p "$DST_DIR" - DST="$DST_DIR/app_icon.png" + DST="$DST_DIR/ic_launcher.png" rsvg-convert --background-color none "$ICON_ART" -w $size -h $size \ -o "$DST" optipng "$DST"