Set generated run release URL

This commit is contained in:
npc0-hue
2026-08-04 00:12:38 +08:00
parent 7eac1926dd
commit 2921edb401
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1140,7 +1140,7 @@ func runReleasePlatformURL() string {
if value := strings.TrimSpace(os.Getenv("PLATFORM_RUN_RELEASE_URL")); value != "" {
return value
}
return "https://scum.npc0.com"
return "https://scum.npc0.com/"
}
func distributionID(prefix string, parts ...interface{}) string {