From d911d66e3f10c4a6ee4fe193ab7c12098d03cd38 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sun, 23 Jul 2023 18:14:51 +0200 Subject: [PATCH] Build py executable --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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