diff --git a/.gitignore b/.gitignore index 32d0123..0a7b5aa 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ packages/ *.dll *.pdb *.zip +# Allow release zips for plugin distribution +!releases/ +!releases/**/*.zip # Master list lives in separate DalamudPlugins repo DalamudPlugins/ diff --git a/releases/HSPosition-0.0.0.1/latest.zip b/releases/HSPosition-0.0.0.1/latest.zip new file mode 100644 index 0000000..8409b66 Binary files /dev/null and b/releases/HSPosition-0.0.0.1/latest.zip differ diff --git a/releases/README.md b/releases/README.md new file mode 100644 index 0000000..6b8dda9 --- /dev/null +++ b/releases/README.md @@ -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.