mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2025-01-08 23:35:55 +00:00
5 lines
182 B
Batchfile
5 lines
182 B
Batchfile
|
set pathtospec="../src/superscript.spec"
|
||
|
set pathtodist="../dist/"
|
||
|
set pathtowork="/temp/"
|
||
|
|
||
|
pyinstaller --onefile --clean --distpath %pathtodist% --workpath %pathtowork% %pathtospec%
|