fix: gen-manifest.sh注释同步manifest-stable.json
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user