[tor-commits] [tor-messenger-build/master] Make Windows build reproducible

sukhbir at torproject.org sukhbir at torproject.org
Fri Sep 1 22:48:50 UTC 2017


commit 9accac5b740962c85e044ae620789a156e3c17be
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Fri Sep 1 18:48:13 2017 -0400

    Make Windows build reproducible
    
    Borrowed from tor-browser-build.git commit 2a15e10d49e4
---
 projects/tor-messenger/build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/projects/tor-messenger/build b/projects/tor-messenger/build
index 1c11ce7..2ae3953 100755
--- a/projects/tor-messenger/build
+++ b/projects/tor-messenger/build
@@ -119,6 +119,7 @@ MAR=$MARTOOLS/mar MBSDIFF=$MARTOOLS/mbsdiff[% IF c("var/windows") %].exe[% END %
 [% END %]
 
 [% IF c('var/windows') -%]
+find tor-messenger -exec [% c("var/touch") %] {} \;
 makensis tor-messenger.nsi
 
 mv tor-messenger-install.exe tor-messenger-install-tmp.exe



More information about the tor-commits mailing list