mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2025-03-03 21:35:47 +00:00
6 lines
172 B
Batchfile
6 lines
172 B
Batchfile
set pathtospec="../src/superscript.spec"
|
|
set pathtodist="../dist/"
|
|
set pathtowork="temp/"
|
|
|
|
pyinstaller --clean --distpath %pathtodist% --workpath %pathtowork% %pathtospec%
|