Skip to content

Commit

Permalink
Build py executable
Browse files Browse the repository at this point in the history
  • Loading branch information
kianby committed Jul 23, 2023
1 parent b4c98a6 commit d911d66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/sh
pyinstaller stacosys/run.py --name stacosys --onefile
#pyinstaller stacosys/run.py --name stacosys --onefile
poetry run pyinstaller stacosys.spec

0 comments on commit d911d66

Please sign in to comment.