Build py executable

This commit is contained in:
Yax 2023-07-23 18:14:51 +02:00
parent b4c98a60b9
commit d911d66e3f

View file

@ -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