mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-10 06:54:45 +00:00
9c2946718f
anticipated removal of pandas requirement,
added pandas and matplotlib to pyinstaller exclusion,
removed unessasary option in build scripts
Former-commit-id: 0fd24d42e1
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} |