cd /d %~dp0
call venv\Scripts\activate.bat
pyinstaller -F --path %~dp0 --icon favicon.ico gctools.py
pause