mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2025-02-07 12:15:46 +00:00
anticipated removal of pandas requirement, added pandas and matplotlib to pyinstaller exclusion, removed unessasary option in build scripts
5 lines
166 B
Bash
5 lines
166 B
Bash
pathtospec="../src/cli/superscript.spec"
|
|
pathtodist="../dist/"
|
|
pathtowork="temp/"
|
|
|
|
pyinstaller --clean --distpath ${pathtodist} --workpath ${pathtowork} ${pathtospec} |