From 5be976169fe19cd900da6ce9153d9d999b2ae941 Mon Sep 17 00:00:00 2001 From: Xhofe Date: Thu, 17 Feb 2022 00:44:30 +0800 Subject: [PATCH] :construction: fix bundle-identifier --- server/controllers/other.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/controllers/other.go b/server/controllers/other.go index 05bad442..623821d7 100644 --- a/server/controllers/other.go +++ b/server/controllers/other.go @@ -42,9 +42,9 @@ func Plist(c *gin.Context) { metadata bundle-identifier - ci.nn.alist-doc + ci.nn.%s bundle-version - 1 + 1.0.0 kind software title @@ -53,7 +53,7 @@ func Plist(c *gin.Context) { -`, u, name) +`, u, name, name) c.Status(200) c.Header("Content-Type", "application/xml;charset=utf-8") _, _ = c.Writer.WriteString(plist)