Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
- 
e92709ce
by Richard Pospesel at 2023-09-25T20:55:45+00:00
 
1 changed file:
Changes:
| ... | ... | @@ -78,7 +78,7 @@ mkdir "$HOME/.mozbuild" | 
| 78 | 78 |    # For single-arch builds, we want to fake a fat aar anyway, to avoid having
 | 
| 79 | 79 |    # arch suffixes in filenames, or having to rename files.
 | 
| 80 | 80 |    cat >> mozconfig-android-all << 'MOZCONFIG_EOF'
 | 
| 81 | -ac_add_options --enable-update-channel=[% c("var/channel") %]
 | 
|
| 81 | +ac_add_options --enable-update-channel=[% c("var/variant") %]
 | 
|
| 82 | 82 |  ac_add_options --with-base-browser-version=[% c("var/torbrowser_version") %]
 | 
| 83 | 83 |  export MOZ_INCLUDE_SOURCE_INFO=1
 | 
| 84 | 84 |  export MOZ_SOURCE_REPO="[% c('var/gitlab_project') %]"
 |