tra-superscript/build/build-CLI.sh
2022-03-28 23:15:13 +00:00

5 lines
155 B
Bash

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