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