diff --git a/build.sh b/build.sh index 2e81e1e..5da4ff8 100755 --- a/build.sh +++ b/build.sh @@ -1,2 +1,3 @@ #!/bin/sh -pyinstaller stacosys/run.py --name stacosys --onefile \ No newline at end of file +#pyinstaller stacosys/run.py --name stacosys --onefile +poetry run pyinstaller stacosys.spec