v4.1.0: 添加安装包管理功能和更新文档
- 新增installer目录和安装脚本(Inno Setup和NSIS) - 更新README.md添加安装包管理层说明 - 更新代码统计报告和系统说明文档 - 安装包输出到installer/dist/目录 - 支持双重安装方案:功能全面的Inno Setup和轻量级NSIS
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
或者用Makefile编译
|
||||
make run
|
||||
make clean
|
||||
* @brief 安装程序
|
||||
& "D:\Program Files (x86)\Inno Setup 6\ISCC.exe" installer\installer.iss
|
||||
& "D:\Program Files (x86)\NSIS\makensis.exe" installer\installer.nsi
|
||||
* @warning 登录失败超过MAX_LOGIN_ATTEMPTS次会强制退出程序
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user