Update setlist, beatsabervoting, and patch squattobegin

This commit is contained in:
pleb
2026-07-23 16:01:09 -07:00
parent 1d9698fcbc
commit e48c677cc0
3 changed files with 24 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
id = "beatsavervoting"
name = "BeatSaverVoting"
repo = "Top-Cat/BeatSaverVoting"
asset_patterns = ["BeatSaverVoting-*.zip"]
install_strategy = "bsipa-zip"
asset_patterns = ["BeatSaverVoting.dll", "BeatSaverVoting-*.zip"]
install_strategy = "dll-to-plugins"
category = "downloader"
dependencies = [
{ id = "bs-utils", constraint = ">=1.14.3" },
+3 -2
View File
@@ -1,7 +1,8 @@
id = "setlist"
name = "Setlist"
asset_patterns = ["Setlist.dll"]
install_strategy = "dll-to-plugins"
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" },