Sort plugin menu by name and document Windows build prerequisites
List installed plugins alphabetically in the menu and installed report. Add a short README note on installing the .NET Framework 4.8 Developer Pack via winget. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -114,6 +114,20 @@ completed successfully.
|
||||
When no config file is present on Windows, defaults are
|
||||
`~/BSManager/BSInstances` and `%LOCALAPPDATA%/plugin-helper`.
|
||||
|
||||
## Building plugins
|
||||
|
||||
PC BSIPA plugins target .NET Framework (`net48`). On native Windows, install the
|
||||
reference assemblies before `dotnet build`:
|
||||
|
||||
```powershell
|
||||
winget install -e --id Microsoft.DotNet.Framework.DeveloperPack_4
|
||||
```
|
||||
|
||||
Point `BeatSaberDir` at your BSManager instance and pass
|
||||
`-p:DisableCopyToPlugins=True` so builds do not mutate the live install. See
|
||||
[`.agents/skills/beatsaber-plugin-builder/`](.agents/skills/beatsaber-plugin-builder/)
|
||||
for the full workflow.
|
||||
|
||||
## Commands
|
||||
|
||||
For normal use, run the Textual menu from the repo root:
|
||||
|
||||
Reference in New Issue
Block a user