19 lines
442 B
Markdown
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.
|