tra-superscript/build/build-CLI.sh
Arthur Lu 1fa36e8694 fixed .gitignore
added build-CLI script
fixed threading in superscript
2021-04-02 21:58:35 +00:00

5 lines
173 B
Bash

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