Refactor plugin registry into separate files per plugin
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
id = "playlistmanager"
|
||||
name = "PlaylistManager"
|
||||
repo = "rithik-b/PlaylistManager"
|
||||
asset_patterns = ["PlaylistManager-*.zip"]
|
||||
install_strategy = "bsipa-zip"
|
||||
category = "playlist"
|
||||
dependencies = [
|
||||
{ id = "songcore", constraint = ">=3.16.0" },
|
||||
{ id = "sirautil", constraint = ">=3.3.1" },
|
||||
{ id = "beatsaberplaylistslib", constraint = ">=1.7.2" },
|
||||
{ id = "system-io-compression-filesystem", constraint = ">=4.7.3056" },
|
||||
{ id = "bsipa", constraint = ">=4.3.7" },
|
||||
{ id = "beatsaversharp", constraint = ">=3.4.5" },
|
||||
{ id = "system-io-compression", constraint = ">=4.6.57" },
|
||||
{ id = "beatsabermarkuplanguage", constraint = ">=1.14.1" },
|
||||
]
|
||||
Reference in New Issue
Block a user