mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2026-05-15 19:33:38 +00:00
fixed .gitignore
added build-CLI script fixed threading in superscript
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
pathtospec="../src/superscript.spec"
|
||||
pathtodist="../dist/"
|
||||
pathtowork="/temp/"
|
||||
|
||||
pyinstaller --onefile --clean --distpath ${pathtodist} --workpath ${pathtowork} ${pathtospec}
|
||||
Reference in New Issue
Block a user