Fix Windows Wrappers and Extensions

This commit is contained in:
2026-04-10 08:13:09 +02:00
parent febd109041
commit 3a0d4eb990
4 changed files with 108 additions and 4 deletions
+10
View File
@@ -0,0 +1,10 @@
Set-StrictMode -Version Latest
$ErrorActionPreference = "Stop"
$repoRoot = Split-Path -Parent $MyInvocation.MyCommand.Path
Set-Location $repoRoot
$env:GOCACHE = Join-Path $repoRoot ".cache/go-build"
$outputPath = Join-Path $repoRoot "tools/sow-toolkit.exe"
go build -o $outputPath ./cmd/nwn-tool