mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-09-22 06:12:21 +03:00
fix: change pyinstaller entrypoint from cli to gui
This commit is contained in:
+1
-2
@@ -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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user