created batch script for windows compilation

This commit is contained in:
Arthur Lu 2021-04-12 14:39:00 -07:00
parent eb5d89ea35
commit 241f0a62ed
2 changed files with 5 additions and 0 deletions

5
build/build-CLI.bat Normal file
View File

@ -0,0 +1,5 @@
set pathtospec="../src/superscript.spec"
set pathtodist="../dist/"
set pathtowork="/temp/"
pyinstaller --onefile --clean --distpath %pathtodist% --workpath %pathtowork% %pathtospec%

BIN
dist/superscript.exe vendored Normal file

Binary file not shown.