Add Beat Saber plugin update audit skill
This commit is contained in:
@@ -152,6 +152,18 @@ Install assets are currently expected to already exist locally, usually under:
|
||||
<state-dir>/instances/<instance>/downloads/<plugin-id>/
|
||||
```
|
||||
|
||||
Use `updates` to audit the version lock against obvious public update sources:
|
||||
|
||||
```sh
|
||||
PYTHONPATH=src python -m plugin_helper --state-dir .state updates --instance 1.44.1
|
||||
```
|
||||
|
||||
The command checks GitHub release assets for ordinary repository-backed locks
|
||||
and BeatMods verified metadata for `beatmods-*` locks. Patreon and Discord
|
||||
paid/private sources are skipped, and local builds, PR builds, failed
|
||||
compatibility trials, and manual installs are marked for review instead of being
|
||||
treated as routine updates.
|
||||
|
||||
## Beat Saber Data Backups
|
||||
|
||||
`backup-userdata` copies the mounted Windows `UserData` folder and Beat Saber
|
||||
|
||||
Reference in New Issue
Block a user