tra-superscript/build/build-CLI.bat
2022-03-15 05:27:11 +00:00

6 lines
172 B
Batchfile

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