tra-superscript/build/build-CLI.sh

5 lines
176 B
Bash
Raw Normal View History

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