URI: 
       tAppimage: follow-up b69249f6c333c56aa62761974bcf58a4cf3e8db1 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 9f28f8bcc64d3b921f8bb94d38b584b862520c8c
   DIR parent 266484e0fdbc011269a19a4599733aa0608ce720
  HTML 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:
         M contrib/build-linux/appimage/build… |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/contrib/build-linux/appimage/build.sh b/contrib/build-linux/appimage/build.sh
       t@@ -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/