mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-08-26 22:04:56 +02:00
fix: change main.py with __main__.py in tagstudio.spec
This commit is contained in:
@@ -41,7 +41,7 @@ datafiles = [
|
||||
]
|
||||
|
||||
a = Analysis(
|
||||
[Path(project_root, "main.py")],
|
||||
[Path(project_root, "__main__.py")],
|
||||
pathex=[],
|
||||
binaries=[],
|
||||
datas=datafiles,
|
||||
|
||||
Reference in New Issue
Block a user