mirror of
https://github.com/yshtcn/heartbeat.git
synced 2025-12-14 18:20:26 +08:00
- 更新README.md:新增项目信息
- 根棍heartbeat_pyinstaller.bat:把README.md复制到build后的目录。
This commit is contained in:
parent
6ac1fc4d5d
commit
b28455f205
@ -102,3 +102,7 @@ del /F /Q heartbeat.spec
|
|||||||
rd /S /Q build
|
rd /S /Q build
|
||||||
```
|
```
|
||||||
其中“--onefile”表示单文件模式,--noconsole表示无命令行模式
|
其中“--onefile”表示单文件模式,--noconsole表示无命令行模式
|
||||||
|
|
||||||
|
## 授权信息
|
||||||
|
项目地址: https://github.com/yshtcn/heartbeat
|
||||||
|
项目授权方式:[Apache-2.0 license](https://github.com/yshtcn/heartbeat/blob/main/LICENSE)
|
||||||
|
|||||||
@ -110,3 +110,4 @@ rename dist %versionFolder%
|
|||||||
|
|
||||||
:: 添加需要一起打包的文件
|
:: 添加需要一起打包的文件
|
||||||
copy %~dp0\config.Exsample.ini %~dp0\build\%versionFolder%\
|
copy %~dp0\config.Exsample.ini %~dp0\build\%versionFolder%\
|
||||||
|
copy %~dp0\README.md %~dp0\build\%versionFolder%\
|
||||||
Loading…
x
Reference in New Issue
Block a user