12 lines
320 B
TOML
12 lines
320 B
TOML
id = "wipbot"
|
|
name = "wipbot"
|
|
repo = "Danielduel/wipbot"
|
|
asset_patterns = ["wipbot.dll"]
|
|
install_strategy = "dll-to-plugins"
|
|
category = "streaming"
|
|
dependencies = [
|
|
{ id = "beatsabermarkuplanguage", constraint = ">=1.8.0" },
|
|
{ id = "songcore", constraint = ">=3.0.0" },
|
|
{ id = "bsipa", constraint = ">=4.0.5" },
|
|
]
|