[tbb-commits] [tor-browser-build/master] Bug 40376: Use python3 for running pe_checksum_fix.py

sysrqb at torproject.org sysrqb at torproject.org
Mon Oct 11 14:52:11 UTC 2021


commit 9c4c058510799d8a31e219c95991810b67c058d5
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Mon Oct 11 10:22:36 2021 +0200

    Bug 40376: Use python3 for running pe_checksum_fix.py
    
    We did this change in d1ed741bff7be58757d8135c4646b3875ab96183 for the
    en-US bundle, but missed the call to pe_checksum_fix.py for the other
    locales.
---
 projects/tor-browser/build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/tor-browser/build b/projects/tor-browser/build
index 6252391..1842476 100644
--- a/projects/tor-browser/build
+++ b/projects/tor-browser/build
@@ -396,7 +396,7 @@ cp $rootdir/[% c('input_files_by_name/firefox') %]/mar-tools-*.zip "$OUTDIR"/
         makensis torbrowser.nsi
         # Working around NSIS braindamage
         mv torbrowser-install.exe torbrowser-install-tmp.exe
-        python $rootdir/pe_checksum_fix.py
+        python3 $rootdir/pe_checksum_fix.py
         mv torbrowser-install-tmp2.exe torbrowser-install.exe
         rm torbrowser-install-tmp.exe
         mv torbrowser-install.exe $OUTDIR/torbrowser-install[% IF c("var/windows-x86_64") %]-win64[% END %]-[% c("var/torbrowser_version") %]_[% lang %].exe



More information about the tbb-commits mailing list