Files
Yuzu-GCA/ota/README.md
LukeMackin c1849802b6 feat: ota/gen-manifest.sh — CI构建时动态生成manifest.json
- gen-manifest.sh: 计算APK SHA256 → 填入版本号/URL → 生成manifest.json
- manifest.json本身不提交仓库(构建产物,上传到Release)
- README.md说明目录用途
2026-07-19 19:28:58 +08:00

15 lines
369 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# OTA 文件夹
此目录存放 manifest 生成脚本。manifest.json 是 CI 构建时动态生成的产物,
上传到 Gitea Release Assets**不提交到仓库**。
## 文件
- `gen-manifest.sh` — 构建后运行,计算 APK SHA256 并生成 manifest.json
## 流程
```
CI 构建 APK → ./ota/gen-manifest.sh → curl 上传 manifest.json 到 Release
```