1
0

qt,qml: move fonts to /electrum/gui for use in all guis.

This commit is contained in:
Sander van Grieken
2025-03-02 15:15:39 +01:00
parent 0a093754d7
commit fc2d43acfd
6 changed files with 4 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ datas = [
(f"{PROJECT_ROOT}/{PYPKG}/locale", f"{PYPKG}/locale"),
(f"{PROJECT_ROOT}/{PYPKG}/plugins", f"{PYPKG}/plugins"),
(f"{PROJECT_ROOT}/{PYPKG}/gui/icons", f"{PYPKG}/gui/icons"),
(f"{PROJECT_ROOT}/{PYPKG}/gui/fonts", f"{PYPKG}/gui/fonts"),
]
datas += collect_data_files(f"{PYPKG}.plugins")
datas += collect_data_files('trezorlib') # TODO is this needed? and same question for other hww libs