tra-superscript/build/build-CLI.bat
Arthur Lu 40191aa6b5 fixed pathing for build-CLI.*
added temp directory to gitignore


Former-commit-id: 73888cbc9e
2021-04-27 07:26:14 +00:00

5 lines
181 B
Batchfile

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