mirror of
https://github.com/yusufipk/dikte.git
synced 2026-09-11 10:56:10 +00:00
Redesign desktop workspace with compact task views and themes
This commit is contained in:
@@ -49,6 +49,7 @@ UNUSED_QT = [
|
||||
analysis = Analysis( # noqa: F821
|
||||
[str(ROOT / "packaging" / "entry.py")],
|
||||
pathex=[str(ROOT)],
|
||||
datas=[(str(ROOT / "dikte" / "icons" / "*.svg"), "dikte/icons")],
|
||||
hiddenimports=["PyQt6.QtNetwork"],
|
||||
# tkinter is the other GUI toolkit CPython ships and would be dead weight;
|
||||
# dikte's own tests have no business in a build at all.
|
||||
|
||||
Reference in New Issue
Block a user