demo/python/hfc/packet.cmd

6 lines
237 B
Batchfile
Raw Permalink Normal View History

2025-11-23 10:41:21 +08:00
python.exe -m PyInstaller --onefile --windowed --name HFC .\hfc.py
2025-11-30 15:55:22 +08:00
python.exe -m PyInstaller --onefile --windowed --name CALI .\cali.py
python.exe -m PyInstaller --onefile --console --name license_generator .\license_generator.py