feat: icone Android separate per launcher quadrati e rotondi

This commit is contained in:
2026-03-27 13:54:10 +01:00
parent c44fc6b4ec
commit 3df5a83734
2 changed files with 1 additions and 1 deletions

BIN
assets/icon-round.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

View File

@@ -70,7 +70,7 @@ RUN rm -rf android/app/src/main/res/mipmap-anydpi-v26 && \
for d in mdpi:48 hdpi:72 xhdpi:96 xxhdpi:144 xxxhdpi:192; do \
dest=android/app/src/main/res/mipmap-${d%:*}; \
convert assets/icon-only.png -resize ${d#*:}x${d#*:} $dest/ic_launcher.png; \
cp $dest/ic_launcher.png $dest/ic_launcher_round.png; \
convert assets/icon-round.png -resize ${d#*:}x${d#*:} $dest/ic_launcher_round.png; \
done
# Fix kotlin-stdlib duplicate class conflict (stdlib 1.8+ already includes jdk7/jdk8)