tra-superscript/build/build-CLI.bat
Arthur Lu ee309b9f8b separated gui and cli dev files
began refactoring superscript in cli application
2021-06-12 07:09:26 +00:00

5 lines
185 B
Batchfile

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