打包批处理

This commit is contained in:
yshtcn
2023-09-05 16:38:09 +08:00
committed by GitHub
parent af7ad40bfe
commit 6446940ac6

View File

@@ -0,0 +1,6 @@
@echo off
cd /d %~dp0
rd /S /Q dist
pyinstaller --onefile --noconsole --add-data "config.Exsample.ini;." heartbeat.py
del /F /Q heartbeat.spec
rd /S /Q build