[tbb-commits] [tor-browser-build/master] Bug 20636: fix Windows 64 expert bundle filename

gk at torproject.org gk at torproject.org
Thu Nov 9 09:47:54 UTC 2017


commit d37b7a0e0de0057a7a44ae36ac6f10a849299e2a
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Mon Nov 6 21:18:19 2017 +0100

    Bug 20636: fix Windows 64 expert bundle filename
---
 projects/tor/build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/projects/tor/build b/projects/tor/build
index 86d4384..24617ce 100644
--- a/projects/tor/build
+++ b/projects/tor/build
@@ -105,9 +105,10 @@ cd $distdir
 mkdir -p [% dest_dir _ '/' _ c('filename') %]
 [%
    IF c("var/expert_bundle");
+     SET win_arch = c('var/windows-x86_64') ? 'win64' : 'win32';
      c('zip', {
         zip_src => [ 'Data', 'Tor', ],
-        zip_args => dest_dir _ '/' _ c('filename') _ '/tor-win32-' _ c("version") _ '.zip',
+        zip_args => dest_dir _ '/' _ c('filename') _ '/tor-' _ win_arch _ '-' _ c("version") _ '.zip',
       });
    ELSE;
      IF c("var/osx");



More information about the tbb-commits mailing list