Files
SSG-Ruledesigner-Konfigurator/Doku/reduce_filesize/mkexe.bat
T

11 lines
209 B
Batchfile

echo === EXE erstellen ===
@echo off
call .venv\Scripts\activate.bat
pyinstaller --onefile filter_zip_no_stl.py
echo.
echo === Fertig! ===
move dist\filter_zip_no_stl.exe ..\..\Sessions\removeStls.exe
pause