Fix customicon and properly move squareavatars

This commit is contained in:
46620 2021-08-25 10:52:19 -04:00
parent 2b1cb4cebc
commit 7e18502b63
2 changed files with 15 additions and 1 deletions

View file

@ -8,4 +8,18 @@
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xxhdpi/ic_logo_round.png
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xxxhdpi/ic_logo_round.png
#rm -rf res/mipmap-anydpi-v26/
# It stopped working on 1505 so I added a lot of extra stuff
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-hdpi/ic_launcher_foreground.png
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xhdpi/ic_launcher_foreground.png
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xxhdpi/ic_launcher_foreground.png
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xxxhdpi/ic_launcher_foreground.png
# Another fix for 76008, I plan to clean this up later and not make it gross
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-hdpi/ic_logo_foreground.png
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xhdpi/ic_logo_foreground.png
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xxhdpi/ic_logo_foreground.png
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xxxhdpi/ic_logo_foreground.png
#rm -rf res/mipmap-anydpi-v26/