InstallToExe.bat 52 B

123
  1. pyinstaller --onefile main.py
  2. copy *.dll dist\
  3. pause