tra-superscript/build/build-CLI.bat

5 lines
181 B
Batchfile
Raw Permalink Normal View History

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