Fix builder
This commit is contained in:
parent
5a4afebf32
commit
fb68dd8469
|
@ -23,7 +23,6 @@ def build():
|
|||
PyInstaller.__main__.run([
|
||||
str(PROJECT_DIR / "run.py"),
|
||||
'--onefile',
|
||||
'--collect-submodules',
|
||||
'--name',
|
||||
'LoN-Deployer',
|
||||
"-i",
|
||||
|
|
Reference in a new issue