Add update manifest for stable/beta channels

This commit is contained in:
AudioCore Bot
2026-03-04 21:23:22 +00:00
parent 72a919009b
commit d00e6ff092

16
update.json Normal file
View File

@@ -0,0 +1,16 @@
{
"channels": {
"stable": {
"version": "1.5.0",
"download_url": "https://lab.codemunkeh.io/codemunkeh/AudioCore/archive/main.zip",
"changelog_url": "https://lab.codemunkeh.io/codemunkeh/AudioCore/commits/branch/main",
"notes": "Initial public v1.5.0 release"
},
"beta": {
"version": "1.5.0-beta.1",
"download_url": "https://lab.codemunkeh.io/codemunkeh/AudioCore/archive/main.zip",
"changelog_url": "https://lab.codemunkeh.io/codemunkeh/AudioCore/commits/branch/main",
"notes": "Beta preview channel"
}
}
}