Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
- 
23a8e4ee
by Pier Angelo Vendrame at 2025-07-09T09:46:27+02:00
 - 
4015ef36
by Pier Angelo Vendrame at 2025-07-09T09:47:18+02:00
 
2 changed files:
Changes:
| ... | ... | @@ -24,6 +24,11 @@ var: | 
| 24 | 24 |    nss_version: '3.110'
 | 
| 25 | 25 |    nspr_version: '4.36'
 | 
| 26 | 26 | |
| 27 | +targets:
 | 
|
| 28 | +  nightly:
 | 
|
| 29 | +    git_hash: '[% c("version") %]-TORBROWSER'
 | 
|
| 30 | +    tag_gpg_id: 0
 | 
|
| 31 | +  | 
|
| 27 | 32 |  steps:
 | 
| 28 | 33 |    build:
 | 
| 29 | 34 |      filename: '[% project %]-[% c("version") %]-[% c("var/rebuild_date") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
 | 
| ... | ... | @@ -122,5 +122,5 @@ apksigner sign --verbose --min-sdk-version [% c("var/android_min_api") %] --ks $ | 
| 122 | 122 | |
| 123 | 123 |  [% IF c("var/nightly") -%]
 | 
| 124 | 124 |    mkdir -p "[% dest_dir %]/[% c('filename') %]/artifacts/"
 | 
| 125 | -  mv $rootdir/[% c('input_files_by_name/fenix') %]/geckoview/artifacts/[% c("var/abi") %] [% dest_dir %]/[% c('filename') %]/artifacts
 | 
|
| 125 | +  mv $rootdir/[% c('input_files_by_name/fenix') %]/artifacts[% IF !c('var/android_single_arch') %]/[% c("var/abi") %][% END %] [% dest_dir %]/[% c('filename') %]/artifacts
 | 
|
| 126 | 126 |  [% END %] |