Update README.md

This commit is contained in:
yshtcn 2023-09-05 16:04:32 +08:00 committed by GitHub
parent f5911bd3b8
commit 159ab9a839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ pip install pyinstaller -i https://pypi.tuna.tsinghua.edu.cn/simple
@echo off @echo off
cd /d %~dp0 cd /d %~dp0
rd /S /Q dist rd /S /Q dist
pyinstaller --noconsole --add-data "config.Exsample.ini;." heartbeat.py pyinstaller --onefile --noconsole --add-data "config.Exsample.ini;." heartbeat.py
del /F /Q heartbeat.spec del /F /Q heartbeat.spec
rd /S /Q build rd /S /Q build
``` ```