Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit d00343a

Browse files
committed
rebrand: fix missing OS tag in recovery (18+19)
1 parent 1e236f4 commit d00343a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Scripts/LineageOS-18.1/Rebrand.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sed -i 's|0xfd, 0xd8,0x35|0x8b, 0xc3, 0x4a|' recovery_ui/*ui.cpp; #Recolor accen
3636
sed -i 's|0x16, 0x7c, 0x80|0x03, 0xa9, 0xf4|' recovery_ui/*ui.cpp; #Recolor text
3737
sed -i 's|Android Recovery|'"$DOS_BRANDING_NAME"' Recovery|' recovery_ui/*ui.cpp;
3838
sed -i 's|LineageOS|'"$DOS_BRANDING_NAME"'|' recovery_ui/*ui.cpp;
39-
sed -i 's|Lineage |'"$DOS_BRANDING_NAME"' |' recovery.cpp;
39+
sed -i 's|"Version "|"'$DOS_BRANDING_NAME' "|' recovery.cpp
4040
fi;
4141

4242
if enter "build/make"; then

Scripts/LineageOS-19.1/Rebrand.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sed -i 's|0xfd, 0xd8,0x35|0x8b, 0xc3, 0x4a|' recovery_ui/*ui.cpp; #Recolor accen
3636
sed -i 's|0x16, 0x7c, 0x80|0x03, 0xa9, 0xf4|' recovery_ui/*ui.cpp; #Recolor text
3737
sed -i 's|Android Recovery|'"$DOS_BRANDING_NAME"' Recovery|' recovery_ui/*ui.cpp; #not used (yet)
3838
sed -i 's|LineageOS|'"$DOS_BRANDING_NAME"'|' recovery_ui/*ui.cpp; #not used (yet)
39-
sed -i 's|Lineage |'"$DOS_BRANDING_NAME"' |' recovery.cpp; #not used (yet)
39+
sed -i 's|"Version "|"'$DOS_BRANDING_NAME' "|' recovery.cpp
4040
fi;
4141

4242
if enter "build/make"; then

0 commit comments

Comments
 (0)