gchr2.bat 86 B

1234
  1. cd /d %~dp0
  2. call .venv\Scripts\activate.bat
  3. pyinstaller -F --path %~dp0 gchr2.py
  4. pause