|
|
@ -45,6 +45,7 @@ popd |
|
|
|
pushd electrum |
|
|
|
VERSION=`git describe --tags` |
|
|
|
echo "Last commit: $VERSION" |
|
|
|
find -exec touch -d '2000-11-11T11:11:11+00:00' {} + |
|
|
|
popd |
|
|
|
|
|
|
|
rm -rf $WINEPREFIX/drive_c/electrum |
|
|
@ -69,7 +70,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-11-11T11:11:11+00:00' {} + |
|
|
|
find -exec touch -d '2000-11-11T11:11:11+00:00' {} + |
|
|
|
popd |
|
|
|
|
|
|
|
# build NSIS installer |
|
|
|