Browse Source

Appimage: follow-up b69249f6c3

libsecp256k1.a needs to be deleted as it's not reproducible...
dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
SomberNight 6 years ago
parent
commit
9f28f8bcc6
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      contrib/build-linux/appimage/build.sh

1
contrib/build-linux/appimage/build.sh

@ -220,6 +220,7 @@ rm -rf "$PYDIR"/site-packages/PyQt5/Qt.so
# these are deleted as they were not deterministic; and are not needed anyway
find "$APPDIR" -path '*/__pycache__*' -delete
rm "$APPDIR"/usr/lib/libsecp256k1.a
rm -rf "$PYDIR"/site-packages/*.dist-info/
rm -rf "$PYDIR"/site-packages/*.egg-info/

Loading…
Cancel
Save