Skip to content

Commit

Permalink
feat: use rauc txt as release info
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH committed Oct 13, 2023
1 parent e4a6a65 commit 6edeeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func GitHubBranchTagReleaseUrl(tag string, _ string) string {
func HyperFileTagReleaseUrl(tag string, mirror string) string {
// https://raw.githubusercontent.com/IceWhaleTech/zimaos-rauc/main/rauc
// https://casaos.oss-cn-shanghai.aliyuncs.com/IceWhaleTech/zimaos-rauc/rauc
return mirror + tag
return mirror + tag + ".txt"
}

type BestURLFunc func(urls []string) string
Expand Down

0 comments on commit 6edeeb9

Please sign in to comment.