Skip to content
Snippets Groups Projects
Unverified Commit a7cfc629 authored by boklm's avatar boklm
Browse files

Bug 40688: Disable updater in base-browser

Disable updater in base-browser to avoid it getting updated to firefox.
parent 9b9d8a88
No related branches found
No related tags found
No related merge requests found
......@@ -159,11 +159,13 @@ export LC_ALL=C.UTF-8
export LANG=C.UTF-8
./mach configure \
[% IF c("var/tor-browser") %]--with-tor-browser-version=[% c("var/torbrowser_version") %][% END %] \
--with-distribution-id=org.torproject \
--enable-update-channel=[% c("var/channel") %] \
[% IF c("var/tor-browser") %]--with-branding=[% c("var/branding_directory") %][% END %] \
[% IF !c("var/rlbox") -%]--without-wasm-sandboxed-libraries[% END %] \
[% IF c("var/tor-browser") -%]
--with-tor-browser-version=[% c("var/torbrowser_version") %] \
--enable-update-channel=[% c("var/channel") %] \
--with-branding=[% c("var/branding_directory") %] \
[% END %] \
[% IF !c("var/rlbox") -%]--without-wasm-sandboxed-libraries[% END %]
./mach build --verbose
[% IF !c("var/testbuild") %]
......
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