Add interactive package batch script

This commit is contained in:
Kroonk
2026-05-23 10:41:34 +02:00
parent a5b7165bf7
commit 88124ce71b
3 changed files with 54 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ src/mods-unpacked/Brogether-Brogether/
scripts/
package.ps1 Builds the mod ZIP
package-release.bat Asks for a version name and builds the ZIP
install-local.ps1 Installs the ZIP for local Brotato tests
releases/
@@ -56,6 +57,14 @@ Brotato's Steam build only loads Workshop folders that Steam considers subscribe
.\scripts\install-local.ps1
```
For a named release ZIP, run:
```text
scripts\package-release.bat
```
The batch file asks for a version name and creates matching ZIPs in `dist/` and `releases/`.
Then fully restart Brotato.
Brogether stays hidden until opened. The main menu gets a new `BROGETHER` button; `F5` opens the same modal. The modal pauses the game like Brotato's own F8 feedback window and can be closed with `Escape`, `F5`, or the close button.