Browse Source
windows build: maybe fix reproducibility (jsonschema-*.dist-info)
hard-fail-on-bad-server-string
SomberNight
5 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
4 additions and
0 deletions
-
contrib/build-wine/build-electrum-git.sh
|
|
@ -54,6 +54,10 @@ $PYTHON -m pip install --no-dependencies --no-warn-script-location . |
|
|
|
popd |
|
|
|
|
|
|
|
|
|
|
|
# these are deleted as they were not deterministic; and are not needed anyway |
|
|
|
rm "$WINEPREFIX"/drive_c/python3/Lib/site-packages/jsonschema-*.dist-info/RECORD |
|
|
|
|
|
|
|
|
|
|
|
rm -rf dist/ |
|
|
|
|
|
|
|
# build standalone and portable versions |
|
|
|