mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-10 06:54:45 +00:00
5 lines
155 B
Bash
5 lines
155 B
Bash
pathtospec="superscript.spec"
|
|
pathtodist="../dist/"
|
|
pathtowork="temp/"
|
|
|
|
pyinstaller --clean --distpath ${pathtodist} --workpath ${pathtowork} ${pathtospec} |