2021-04-12 21:39:00 +00:00
|
|
|
set pathtospec="../src/superscript.spec"
|
|
|
|
set pathtodist="../dist/"
|
2021-04-27 07:26:14 +00:00
|
|
|
set pathtowork="temp/"
|
2021-04-12 21:39:00 +00:00
|
|
|
|
|
|
|
pyinstaller --onefile --clean --distpath %pathtodist% --workpath %pathtowork% %pathtospec%
|