cd /d %~dp0
call ..\.venv\Scripts\activate.bat
pyinstaller -F --path %~dp0 gcstruct_uebersetzung.py
pause