mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-12 22:26:18 +00:00
5 lines
173 B
Bash
5 lines
173 B
Bash
|
pathtospec="../src/superscript.spec"
|
||
|
pathtodist="../dist/"
|
||
|
pathtowork="/temp/"
|
||
|
|
||
|
pyinstaller --onefile --clean --distpath ${pathtodist} --workpath ${pathtowork} ${pathtospec}
|