tra-superscript/build/build-CLI.bat

5 lines
175 B
Batchfile
Raw Normal View History

set pathtospec="../src/cli/superscript.spec"
set pathtodist="../dist/"
set pathtowork="temp/"
pyinstaller --clean --distpath %pathtodist% --workpath %pathtowork% %pathtospec%