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