Build py executable
This commit is contained in:
parent
b4c98a60b9
commit
d911d66e3f
1 changed files with 2 additions and 1 deletions
3
build.sh
3
build.sh
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
pyinstaller stacosys/run.py --name stacosys --onefile
|
#pyinstaller stacosys/run.py --name stacosys --onefile
|
||||||
|
poetry run pyinstaller stacosys.spec
|
||||||
|
|
Loading…
Add table
Reference in a new issue