Add release publishing instructions to README

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-01-30 23:53:21 -05:00
parent f37369cdda
commit 47018c75a2
+16
View File
@@ -55,6 +55,22 @@ HSUI provides a highly configurable HUD replacement, recreated from DelvUI using
--- ---
## Publishing a Release (for FC/custom installs)
To make HSUI available via the custom plugin repository:
1. Build: `dotnet build -c Release`
2. Create a [GitHub Release](https://github.com/Knack117/HSUI/releases/new) (e.g. tag `v1.0.0.0`)
3. Upload `bin/Release/HSUI/latest.zip` as a release asset
4. Update `pluginmaster.json` if the version changed, then commit and push
FC members add this custom repo in XIVLauncher → Dalamud Settings → Experimental → Custom Plugin Repositories:
```
https://raw.githubusercontent.com/Knack117/HSUI/main/pluginmaster.json
```
---
## Building from Source ## Building from Source
### Prerequisites ### Prerequisites