3 lines
102 B
Bash
Executable file
3 lines
102 B
Bash
Executable file
#!/bin/sh
|
|
#pyinstaller stacosys/run.py --name stacosys --onefile
|
|
poetry run pyinstaller stacosys.spec
|