12 lines
362 B
TOML
12 lines
362 B
TOML
id = "setlist"
|
|
name = "Setlist"
|
|
repo = "https://git.plebsaber.stream/pleb/setlist"
|
|
asset_patterns = ["Setlist-*.zip", "Setlist.dll"]
|
|
install_strategy = "bsipa-zip"
|
|
category = "ui"
|
|
dependencies = [
|
|
{ id = "beatleader", constraint = ">=0.9.0" },
|
|
{ id = "playlistmanager", constraint = ">=1.7.0" },
|
|
{ id = "beatsaberplaylistslib", constraint = ">=1.7.0" },
|
|
]
|