Refactor plugin registry into separate files per plugin

This commit is contained in:
pleb
2026-07-05 14:24:58 -07:00
parent 1b4087c5b5
commit 1858f76766
62 changed files with 730 additions and 1008 deletions
+15
View File
@@ -0,0 +1,15 @@
id = "beatsaverdownloader"
name = "BeatSaverDownloader"
repo = "Top-Cat/BeatSaverDownloader"
asset_patterns = ["BeatSaverDownloader-*.zip"]
install_strategy = "bsipa-zip"
category = "downloader"
dependencies = [
{ id = "bs-utils", constraint = ">=1.14.3" },
{ id = "beatsabermarkuplanguage", constraint = ">=1.14.1" },
{ id = "bsipa", constraint = ">=4.3.7" },
{ id = "scoresabersharp", constraint = ">=0.1.0" },
{ id = "system-io-compression-filesystem", constraint = ">=4.7.3056" },
{ id = "songcore", constraint = ">=3.16.0" },
{ id = "beatsaversharp", constraint = ">=3.4.5" },
]