fixed .gitignore

added build-CLI script
fixed threading in superscript
This commit is contained in:
Arthur Lu
2021-04-02 21:58:35 +00:00
parent 18dbc174bd
commit 99e28f5e83
3 changed files with 9 additions and 6 deletions

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

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