2021-04-02 21:58:35 +00:00
|
|
|
pathtospec="../src/superscript.spec"
|
|
|
|
pathtodist="../dist/"
|
2021-04-27 07:26:14 +00:00
|
|
|
pathtowork="temp/"
|
2021-04-02 21:58:35 +00:00
|
|
|
|
|
|
|
pyinstaller --onefile --clean --distpath ${pathtodist} --workpath ${pathtowork} ${pathtospec}
|