Windows Wrappers

This commit is contained in:
2026-04-02 21:00:40 +02:00
parent 7c7eb4dcc0
commit 7c8d58586a
3 changed files with 53 additions and 22 deletions
+9 -1
View File
@@ -41,4 +41,12 @@ During development, sibling repositories can point at `../sow-tools/tools/sow-to
## Release Automation
This repo publishes a Linux `sow-toolkit` release artifact through Gitea Actions as `sow-toolkit-linux-amd64.tar.gz`. Consumer repos can fetch that binary into their local `tools/` directory with their `install-tool.sh` helper.
This repo publishes:
- `sow-toolkit-linux-amd64.tar.gz`
- `sow-toolkit-windows-amd64.zip`
Consumer repos can fetch those binaries into their local `tools/` directory with:
- `install-tool.sh` on Linux/macOS
- `install-tool.ps1` on Windows