URI: 
       tMerge pull request #3416 from bauerj/build-sh-tz - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit c34ea0066b5bd9866f6bc027276ca7e6bea39769
   DIR parent 021272fb52b751179ac72f1e5b1aaa2f0f3fd4bf
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Wed, 29 Nov 2017 23:23:20 +0100
       
       Merge pull request #3416 from bauerj/build-sh-tz
       
       Make build timezone independent
       Diffstat:
         M contrib/build-wine/build-electrum-… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/contrib/build-wine/build-electrum-git.sh b/contrib/build-wine/build-electrum-git.sh
       t@@ -69,7 +69,7 @@ wine "C:/python$PYTHON_VERSION/scripts/pyinstaller.exe" --noconfirm --ascii --na
        
        # set timestamps in dist, in order to make the installer reproducible
        pushd dist
       -find  -type f  -exec touch -d '2000-01-1 18:00:16' {} +
       +find  -type f  -exec touch -d '2000-11-11T11:11:11+00:00' {} +
        popd
        
        # build NSIS installer