14 lines
462 B
TOML
14 lines
462 B
TOML
id = "beatsaverupdater"
|
|
name = "BeatSaverUpdater"
|
|
repo = "ibillingsley/BeatSaverUpdater"
|
|
asset_patterns = ["BeatSaverUpdater-*.zip"]
|
|
install_strategy = "bsipa-zip"
|
|
category = "downloader"
|
|
dependencies = [
|
|
{ id = "bsipa", constraint = ">=4.3.7" },
|
|
{ id = "beatsabermarkuplanguage", constraint = ">=1.14.1" },
|
|
{ id = "songcore", constraint = ">=3.16.0" },
|
|
{ id = "sirautil", constraint = ">=3.3.1" },
|
|
{ id = "beatsaversharp", constraint = ">=3.4.5" },
|
|
]
|