fix: gen-manifest.sh注释同步manifest-stable.json

This commit is contained in:
LukeMackin
2026-07-19 19:51:46 +08:00
parent 3da606671a
commit 49d3c187d0

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# OTA manifest 生成脚本
# CI 构建时运行: ./ota/gen-manifest.sh <versionName> <versionCode> <apk-path>
# 生成 manifest.json 后上传到 Gitea Release
# 生成 manifest-stable.json 后通过 Gitea API 上传到 Release
VERSION_NAME="${1:-0.1.0}"
VERSION_CODE="${2:-7}"