Fix Windows Wrappers and Extensions
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user