Self-sufficient tool

This commit is contained in:
2026-04-02 18:55:03 +02:00
parent 65b9a3dff8
commit cd16e4c24c
2 changed files with 129 additions and 0 deletions
+5
View File
@@ -37,3 +37,8 @@ tools/ built development binary output
- `sow-assets` uses `nwn-tool` for `build-haks` and validation
During development, sibling repositories can point at `../sow-tools/tools/nwn-tool`. For pinned releases, each consumer repo can instead carry its own copy at `tools/nwn-tool`.
## Release Automation
This repo publishes a Linux `nwn-tool` release artifact through Gitea Actions as `nwn-tool-linux-amd64.tar.gz`. Consumer repos can fetch that binary into their local `tools/` directory with their `install-tool.sh` helper.