Trim redundant build script docs

This commit is contained in:
tian 2026-03-15 01:37:33 +08:00
parent 3d994dd556
commit bc1abe0060
2 changed files with 8 additions and 10 deletions

View File

@ -382,9 +382,7 @@ dist/EG_1.0.0/
| 文档 | 用途 |
|------|------|
| `build_scripts/BUILD_README.md` | 构建说明 |
| `build_scripts/INSTALLER_GUIDE.md` | 完整指南 |
| `build_scripts/QUICK_REFERENCE.md` | 快速参考 |
| `build_scripts/README.md` | build_scripts 目录说明 |
| `build_scripts/ICON_GUIDE.md` | 图标准备 |
| `build_scripts/PACKAGING_RISK_AUDIT.md` | 打包风险与整改建议 |
| `build_scripts/PYTHON_VERSION_REQUIREMENT.md` | Python 版本要求 |

View File

@ -11,10 +11,7 @@ build_scripts/
├── 🔧 构建脚本
│ ├── build_windows.ps1 # Windows 主构建脚本 ⭐
│ ├── build_linux.sh # Linux 构建脚本
│ ├── build_optimized.ps1 # 优化构建脚本(可选)
│ ├── quick_build.bat # Windows 快速入口
│ ├── quick_build.sh # Linux 快速入口
│ └── setup.py # 构建配置(可导入)
│ └── (已移除临时/重复入口脚本)
├── 🔍 检查脚本
│ ├── check_env.ps1 # Windows 环境检查
@ -24,9 +21,6 @@ build_scripts/
└── 📖 文档
├── BUILD_GUIDE.md # 完整构建指南 ⭐⭐⭐
├── BUILD_README.md # 构建说明
├── INSTALLER_GUIDE.md # 详细使用指南
├── QUICK_REFERENCE.md # 命令速查表
├── ICON_GUIDE.md # 图标准备
├── PACKAGING_RISK_AUDIT.md # 打包风险与源码整改清单 ⭐
├── PYTHON_VERSION_REQUIREMENT.md # Python 3.11 要求 ⭐
@ -125,6 +119,12 @@ python build_scripts/analyze_packaging.py
- ✅ 简化依赖配置
- ✅ 重新组织文档结构
### 2026年更新
- ✅ 清理重复/临时构建脚本与说明文档
- ✅ Windows/Linux 构建脚本统一改为保守白名单策略
- ✅ 新增打包风险审计文档
---
## ❓ 常见问题