mirror of
https://github.com/yshtcn/heartbeat.git
synced 2026-01-28 16:51:53 +08:00
Update README.md
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user