random-scripts/stream-desktop-audio/generate_exe.bat
2024-09-26 15:10:21 +02:00

5 lines
94 B
Batchfile

@echo off
pyinstaller --clean --onefile .\stream.py
rd /S /Q build
del /F /Q stream.spec
pause