[tbb-commits] [tor-browser-build/master] Bug 40095: Better match the APK file for signing

gk at torproject.org gk at torproject.org
Thu Sep 17 08:00:42 UTC 2020


commit bd265ab3df66007a581eeb48b2468c7367955f72
Author: Georg Koppen <gk at torproject.org>
Date:   Thu Sep 17 07:11:54 2020 +0000

    Bug 40095: Better match the APK file for signing
---
 projects/tor-browser/build.android | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/tor-browser/build.android b/projects/tor-browser/build.android
index e349d88..e451e98 100644
--- a/projects/tor-browser/build.android
+++ b/projects/tor-browser/build.android
@@ -2,7 +2,7 @@
 [% c("var/set_default_env") -%]
 ext_dir=assets/extensions
 qa_apk=[% dest_dir %]/[% c('filename') %]/tor-browser-[% c("version") %]-[% c("var/osname") %]-multi-qa.apk
-apk=$rootdir/fenix/app-[% c("var/abi") %]*.apk
+apk=$rootdir/fenix/app-[% c("var/abi") %]-*.apk
 
 tar xavf $rootdir/[% c('input_files_by_name/fenix') %]
 



More information about the tbb-commits mailing list