fix: change pyinstaller entrypoint from cli to gui

This commit is contained in:
2026-05-17 13:14:22 +03:00
parent 6e948f16f2
commit 5c6f4b92ef
2 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
from __future__ import annotations
from app.cli import main
from app.gui.main import main
if __name__ == "__main__":
raise SystemExit(main())