mirror of
https://github.com/yshtcn/heartbeat.git
synced 2025-12-14 02:00:29 +08:00
Update README.md
This commit is contained in:
parent
f5911bd3b8
commit
159ab9a839
@ -97,7 +97,7 @@ pip install pyinstaller -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
@echo off
|
||||
cd /d %~dp0
|
||||
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
|
||||
rd /S /Q build
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user