tra-superscript/build/build-CLI.sh

5 lines
172 B
Bash
Raw Permalink Normal View History

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