pooler / electrum-ltc

Electrum-LTC Litecoin wallet
https://electrum-ltc.org
MIT License
199 stars 103 forks source link

Unable to build AppImage correctly #230

Closed margre8 closed 3 years ago

margre8 commented 4 years ago

After build Electrum-ltc 3.3.8.1 AppImage and compare files via sha256sum I see AppImages aren't same.

Release

deaa3d17bef124efbf5da4d49eab9272eacb5633e7bd02bd394d47e2991d92a4

My build

cc4c6644cfebcbf4ce5166b921e51ddf246d51db37f9d518405f9cb7770080dc

And after extract both AppImages via ./AppImage --appimage-extract and compare with diff -q -r I see there is a some extra files and folder only in Release AppImage:

/usr/lib/python3.6/site-packages/electrum_ltc/gui/qt: icons_rc.py /usr/lib/python3.6/site-packages/electrum_ltc/plugins/trezor: client.py /usr/lib/python3.6/site-packages/electrum_ltc/plugins/trezor: transport.py /usr/lib/python3.6/site-packages/electrum_ltc: plugins.py /usr/lib/python3.6/site-packages/: electrum_ltc_gui /usr/lib/python3.6/site-packages/: electrum_ltc_plugins

Thank you for help

margre8 commented 4 years ago

In original Electrum is problems with usr/lib/python3.6/site-packages too, see: https://github.com/spesmilo/electrum/issues/5859 In Electrum-ltc file/usr/lib/python3.6/site-packages/hidraw.cpython-36m-x86_64-linux-gnu.so and /usr/lib/python3.6/site-packages/hid.cpython-36m-x86_64-linux-gnu.so are different too like in issue in original Electrum

margre8 commented 4 years ago

@pooler Please do you have any tip why these extra files (.py files) are included in release? Because I can't see these files in source code.

Thank you for help

pooler commented 4 years ago

@margre8 I'm not sure. I hope I will find some time to look into it soon.

pooler commented 3 years ago

This appears to have been fixed by spesmilo#6843