tra-superscript/build/build-CLI.bat

5 lines
164 B
Batchfile
Raw Permalink Normal View History

2022-03-28 23:15:13 +00:00
set pathtospec="superscript.spec"
set pathtodist="../dist/"
set pathtowork="temp/"
2022-03-28 23:15:13 +00:00
pyinstaller --clean --distpath %pathtodist% --workpath %pathtowork% %pathtospec%