Merge pull request #3416 from bauerj/build-sh-tz

Make build timezone independent
This commit is contained in:
ThomasV 2017-11-29 23:23:20 +01:00 committed by GitHub
commit c34ea0066b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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