mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 09:37:31 +00:00
Load DLLs from inner 'electrum' dir instead of '.dlls'. To make it consistent with where we expect libsecp256k1 (.dll/.so) be. (note that while in case of libsecp we specifically already search the main dir, without this change, other DLLs such as libusb or libzbar would not be found there)
42 lines
608 B
Text
42 lines
608 B
Text
####-*.patch
|
|
*.pyc
|
|
*.swp
|
|
build/
|
|
dist/
|
|
*.egg/
|
|
Electrum.egg-info/
|
|
electrum/locale/
|
|
.devlocaltmp/
|
|
*_trial_temp
|
|
packages
|
|
env/
|
|
.buildozer/
|
|
bin/
|
|
/app.fil
|
|
.idea
|
|
.mypy_cache
|
|
.vscode
|
|
|
|
# icons
|
|
electrum/gui/kivy/theming/light-0.png
|
|
electrum/gui/kivy/theming/light-1.png
|
|
electrum/gui/kivy/theming/light.atlas
|
|
|
|
# tests/tox
|
|
.tox/
|
|
.cache/
|
|
.coverage
|
|
.pytest_cache
|
|
|
|
# build workspaces
|
|
contrib/build-wine/tmp/
|
|
contrib/build-wine/fresh_clone/
|
|
contrib/build-linux/appimage/build/
|
|
contrib/build-linux/appimage/.cache/
|
|
contrib/android_debug.keystore
|
|
|
|
# shared objects
|
|
electrum/*.so
|
|
electrum/*.so.0
|
|
electrum/*.dll
|
|
electrum/*.dylib
|