From 7e18502b63b6476fe6ffbfdb979fb75e5bfaa2d6 Mon Sep 17 00:00:00 2001 From: 46620 <46620osu@gmail.com> Date: Wed, 25 Aug 2021 10:52:19 -0400 Subject: [PATCH] Fix customicon and properly move squareavatars --- resources/patches/branding/customicon.sh | 16 +++++++++++++++- .../squareavatars/{89207 copy.xml => 90201.xml} | 0 2 files changed, 15 insertions(+), 1 deletion(-) rename resources/xmlpatches/squareavatars/{89207 copy.xml => 90201.xml} (100%) diff --git a/resources/patches/branding/customicon.sh b/resources/patches/branding/customicon.sh index 6926b8c..47765cd 100644 --- a/resources/patches/branding/customicon.sh +++ b/resources/patches/branding/customicon.sh @@ -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/ \ No newline at end of file +# 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/ diff --git a/resources/xmlpatches/squareavatars/89207 copy.xml b/resources/xmlpatches/squareavatars/90201.xml similarity index 100% rename from resources/xmlpatches/squareavatars/89207 copy.xml rename to resources/xmlpatches/squareavatars/90201.xml