Skip to content
Snippets Groups Projects
Commit bb54be85 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Abrowser: changes for v76

parent b0a5551a
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=69 VERSION=70
. ./config . ./config
...@@ -131,6 +131,7 @@ cp -a $DATA/branding/* browser/branding/official ...@@ -131,6 +131,7 @@ cp -a $DATA/branding/* browser/branding/official
cp -a $DATA/branding/* browser/branding/unofficial cp -a $DATA/branding/* browser/branding/unofficial
cp -a $DATA/branding/* browser/branding/nightly cp -a $DATA/branding/* browser/branding/nightly
sed '/about-wordmark.svg/d' -i browser/base/content/aboutDialog.css 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 # Disable preprocessor
sed 's/_PP//' -i browser/branding/branding-common.mozbuild sed 's/_PP//' -i browser/branding/branding-common.mozbuild
cat << EOF >> debian/config/branch.mk cat << EOF >> debian/config/branch.mk
...@@ -222,11 +223,6 @@ do ...@@ -222,11 +223,6 @@ do
find -name aboutRights.ftl | xargs sed -i "s/^$STRING.*/$STRING = /" find -name aboutRights.ftl | xargs sed -i "s/^$STRING.*/$STRING = /"
done 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 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... # We went too far...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment