Add release publishing instructions to README
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user