Files
Brogether/releases/README.md
2026-05-23 10:37:01 +02:00

19 lines
442 B
Markdown

# Release Artifacts
This folder intentionally stores the latest built Brogether mod ZIP in Git.
Run this from the project root whenever the mod changes:
```powershell
.\scripts\package.ps1
```
The script creates both:
```text
dist\Brogether-Brogether-0.1.0.zip
releases\Brogether-Brogether-0.1.0.zip
```
`dist/` stays local and ignored. `releases/` is committed so testers can download the current mod ZIP directly from the repository.