mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-12 22:26:18 +00:00
4836f48a34
moved spec file to build folder Former-commit-id: 4427eba5c993222cd2ebfdfc76a4685e25e18b0c
5 lines
155 B
Bash
5 lines
155 B
Bash
pathtospec="superscript.spec"
|
|
pathtodist="../dist/"
|
|
pathtowork="temp/"
|
|
|
|
pyinstaller --clean --distpath ${pathtodist} --workpath ${pathtowork} ${pathtospec} |