tra-superscript/build/build-CLI.sh

5 lines
173 B
Bash
Raw Normal View History

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