- 更新README.md:新增项目信息

- 根棍heartbeat_pyinstaller.bat:把README.md复制到build后的目录。
This commit is contained in:
yshtcn 2023-09-06 17:01:57 +08:00
parent 6ac1fc4d5d
commit b28455f205
2 changed files with 5 additions and 0 deletions

View File

@ -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)

View File

@ -110,3 +110,4 @@ rename dist %versionFolder%
:: 添加需要一起打包的文件
copy %~dp0\config.Exsample.ini %~dp0\build\%versionFolder%\
copy %~dp0\README.md %~dp0\build\%versionFolder%\