mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
15.1: Fix manifest and zip name
This commit is contained in:
parent
2d8bab800c
commit
1d6b395170
2 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,6 @@ sed -i 's|Android Recovery|DivestOS Recovery|' *_ui.cpp;
|
|||
enter "build/make"
|
||||
sed -i 's|echo "ro.build.user=$USER"|echo "ro.build.user=emy"|' tools/buildinfo.sh; #Override build user
|
||||
sed -i 's|echo "ro.build.host=`hostname`"|echo "ro.build.host=dosbm"|' tools/buildinfo.sh; #Override build host
|
||||
sed -i '/LINEAGE_TARGET_PACKAGE/s/lineage/coverage/' core/Makefile;
|
||||
|
||||
enter "packages/apps/Settings"
|
||||
sed -i '/.*lineagelicense_title/s/LineageOS/DivestOS/' res/values*/cm_strings.xml
|
||||
|
@ -43,6 +42,7 @@ sed -i 's|>LineageOS|>DivestOS|' res/values*/strings.xml
|
|||
enter "vendor/lineage"
|
||||
sed -i 's|https://lineageos.org/legal|https://divestos.xyz/pages/about.html|' config/common.mk;
|
||||
sed -i '/.*ZIPPATH=/s/lineage/coverage/' build/envsetup.sh;
|
||||
sed -i '/LINEAGE_TARGET_PACKAGE/s/lineage/coverage/' build/core/Makefile;
|
||||
rm -rf bootanimation #TODO: Create a boot animation
|
||||
|
||||
cd $base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue