|
|
|
@ -75,7 +75,7 @@ cd .. |
|
|
|
rm -rf dist/ |
|
|
|
rm -rf dist/ |
|
|
|
|
|
|
|
|
|
|
|
# build standalone and portable versions |
|
|
|
# build standalone and portable versions |
|
|
|
wine "C:/python$PYTHON_VERSION/scripts/pyinstaller.exe" --noconfirm --ascii --name $NAME_ROOT-$VERSION -w deterministic.spec |
|
|
|
wine "C:/python$PYTHON_VERSION/scripts/pyinstaller.exe" --noconfirm --ascii --clean --name $NAME_ROOT-$VERSION -w deterministic.spec |
|
|
|
|
|
|
|
|
|
|
|
# set timestamps in dist, in order to make the installer reproducible |
|
|
|
# set timestamps in dist, in order to make the installer reproducible |
|
|
|
pushd dist |
|
|
|
pushd dist |
|
|
|
|