Pier Angelo Vendrame pushed to branch base-browser-102.9.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
- 
1194690e
by Pier Angelo Vendrame at 2023-03-22T14:19:38+01:00
2 changed files:
Changes:
| ... | ... | @@ -38,6 +38,7 @@ ac_add_options MOZ_TELEMETRY_REPORTING= | 
| 38 | 38 |  if test -n "$LOCAL_DEV_BUILD"; then
 | 
| 39 | 39 |      # You must use the "default" bogus channel for dev builds
 | 
| 40 | 40 |      ac_add_options --enable-update-channel=default
 | 
| 41 | +    ac_add_options --with-base-browser-version=dev-build
 | |
| 41 | 42 |  else
 | 
| 42 | 43 |      # We only use beta GeckoView for now, for official builds
 | 
| 43 | 44 |      ac_add_options --enable-update-channel=beta
 | 
| ... | ... | @@ -10,6 +10,7 @@ if test -n "$LOCAL_DEV_BUILD"; then | 
| 10 | 10 |      # You must use the "default" bogus channel for dev builds
 | 
| 11 | 11 |      ac_add_options --enable-update-channel=default
 | 
| 12 | 12 |      ac_add_options --without-wasm-sandboxed-libraries
 | 
| 13 | +    ac_add_options --with-base-browser-version=dev-build
 | |
| 13 | 14 |  else
 | 
| 14 | 15 |      # We want to have a similar fat .aar versioning as Mozilla and make it clear
 | 
| 15 | 16 |      # we are on the beta channel for GeckoView
 |