From b28455f20588dc26671c2752ed36bb309aaf0154 Mon Sep 17 00:00:00 2001 From: yshtcn Date: Wed, 6 Sep 2023 17:01:57 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E6=9B=B4=E6=96=B0README.md=EF=BC=9A?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A1=B9=E7=9B=AE=E4=BF=A1=E6=81=AF=20-=20?= =?UTF-8?q?=E6=A0=B9=E6=A3=8Dheartbeat=5Fpyinstaller.bat=EF=BC=9A=E6=8A=8A?= =?UTF-8?q?README.md=E5=A4=8D=E5=88=B6=E5=88=B0build=E5=90=8E=E7=9A=84?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ heartbeat_pyinstaller.bat | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index c692755..edf6c28 100644 --- a/README.md +++ b/README.md @@ -102,3 +102,7 @@ del /F /Q heartbeat.spec rd /S /Q build ``` 其中“--onefile”表示单文件模式,--noconsole表示无命令行模式 + +## 授权信息 +项目地址: https://github.com/yshtcn/heartbeat +项目授权方式:[Apache-2.0 license](https://github.com/yshtcn/heartbeat/blob/main/LICENSE) diff --git a/heartbeat_pyinstaller.bat b/heartbeat_pyinstaller.bat index 7ee7942..9f677fa 100644 --- a/heartbeat_pyinstaller.bat +++ b/heartbeat_pyinstaller.bat @@ -110,3 +110,4 @@ rename dist %versionFolder% :: Ҫһļ copy %~dp0\config.Exsample.ini %~dp0\build\%versionFolder%\ +copy %~dp0\README.md %~dp0\build\%versionFolder%\ \ No newline at end of file