commit 9f28f8bcc64d3b921f8bb94d38b584b862520c8c
parent 266484e0fdbc011269a19a4599733aa0608ce720
Author: SomberNight <somber.night@protonmail.com>
Date: Sun, 23 Jun 2019 04:17:46 +0200
Appimage: follow-up b69249f6c333c56aa62761974bcf58a4cf3e8db1
libsecp256k1.a needs to be deleted as it's not reproducible...
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/contrib/build-linux/appimage/build.sh b/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/