5 lines
94 B
Batchfile
5 lines
94 B
Batchfile
@echo off
|
|
pyinstaller --clean --onefile .\stream.py
|
|
rd /S /Q build
|
|
del /F /Q stream.spec
|
|
pause |