Add release HSPosition-0.0.0.1 (zip in repo for installer)

Made-with: Cursor
This commit is contained in:
Dawnsorrow
2026-02-26 22:56:12 -06:00
parent 59b9f986fa
commit edcfd13a6e
3 changed files with 8 additions and 0 deletions
+3
View File
@@ -7,6 +7,9 @@ packages/
*.dll *.dll
*.pdb *.pdb
*.zip *.zip
# Allow release zips for plugin distribution
!releases/
!releases/**/*.zip
# Master list lives in separate DalamudPlugins repo # Master list lives in separate DalamudPlugins repo
DalamudPlugins/ DalamudPlugins/
Binary file not shown.
+5
View File
@@ -0,0 +1,5 @@
# Release zips for plugin installer
The master list (DalamudPlugins repo) points to raw URLs here so installs work without using Gitea Releases.
- **HSPosition-0.0.0.1/latest.zip** built from `dotnet build -c Release`; copy from `HSPosition/bin/x64/Release/HSPosition/latest.zip` when releasing a new version.