feat: icone Android separate per launcher quadrati e rotondi
This commit is contained in:
BIN
assets/icon-round.png
Normal file
BIN
assets/icon-round.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 MiB |
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user