gchr2.bat 89 B

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