From 47018c75a2fe22f4a31f62cff5e92aa97471d440 Mon Sep 17 00:00:00 2001 From: Knack117 Date: Fri, 30 Jan 2026 23:53:21 -0500 Subject: [PATCH] Add release publishing instructions to README Co-authored-by: Cursor --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index f1b66b1..71fbca4 100644 --- a/README.md +++ b/README.md @@ -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 ### Prerequisites