From 159ab9a839da5ce8fcba0c587227a69798e8afec Mon Sep 17 00:00:00 2001 From: yshtcn Date: Tue, 5 Sep 2023 16:04:32 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be8d8be..c692755 100644 --- a/README.md +++ b/README.md @@ -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 ```