10 lines
233 B
TOML
10 lines
233 B
TOML
id = "beatsaberplus"
|
|
name = "BeatSaberPlus"
|
|
repo = "discord/BeatSaberPlus"
|
|
asset_patterns = ["BeatSaberPlus_*.zip"]
|
|
install_strategy = "bsipa-zip"
|
|
category = "streaming"
|
|
dependencies = [
|
|
{ id = "bsipa", constraint = ">=4.3.7" },
|
|
]
|