Abrowser: changes for v76
This commit is contained in:
parent
b0a5551a06
commit
bb54be85af
1 changed files with 2 additions and 6 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=69
|
||||
VERSION=70
|
||||
|
||||
. ./config
|
||||
|
||||
|
|
@ -131,6 +131,7 @@ cp -a $DATA/branding/* browser/branding/official
|
|||
cp -a $DATA/branding/* browser/branding/unofficial
|
||||
cp -a $DATA/branding/* browser/branding/nightly
|
||||
sed '/about-wordmark.svg/d' -i browser/base/content/aboutDialog.css
|
||||
echo '#warningDesc, #communityExperimentalDesc, #communityDesc, #contributeDesc {display:none!important}' >> browser/base/content/aboutDialog.css
|
||||
# Disable preprocessor
|
||||
sed 's/_PP//' -i browser/branding/branding-common.mozbuild
|
||||
cat << EOF >> debian/config/branch.mk
|
||||
|
|
@ -222,11 +223,6 @@ do
|
|||
find -name aboutRights.ftl | xargs sed -i "s/^$STRING.*/$STRING = /"
|
||||
done
|
||||
|
||||
for STRING in helpus community-2 community-exp
|
||||
do
|
||||
find -name aboutDialog.ftl | xargs sed -i "s/^$STRING.*/$STRING = /"
|
||||
done
|
||||
|
||||
sed -i 's/<a\ href\=\"http\:\/\/www.mozilla.org\/\">Mozilla\ Project<\/a>/<a\ href\=\"http\:\/\/www.trisquel.info\/\"\>Trisquel\ Project<\/a>/g' browser/base/content/overrides/app-license.html
|
||||
|
||||
# We went too far...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue