mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Appimage: follow-up b69249f6c3
libsecp256k1.a needs to be deleted as it's not reproducible...
This commit is contained in:
parent
266484e0fd
commit
9f28f8bcc6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue