tra-superscript/build/build-CLI.sh
Arthur Lu ee309b9f8b separated gui and cli dev files
began refactoring superscript in cli application
2021-06-12 07:09:26 +00:00

5 lines
176 B
Bash

pathtospec="../src/cli/superscript.spec"
pathtodist="../dist/"
pathtowork="temp/"
pyinstaller --onefile --clean --distpath ${pathtodist} --workpath ${pathtowork} ${pathtospec}