mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2025-03-12 17:05:47 +00:00
began refactoring superscript in cli application Former-commit-id: ee309b9f8b6c5317422f1b2593bde027efb7337b
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} |