mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-01-22 00:04:09 +00:00
build: fix typo for windows install only file
This commit is contained in:
parent
b94e17e8f3
commit
d3ad01da0c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ go build -o $outDir/apc-p15-tool-amd64.exe ./cmd/tool
|
||||||
$env:GOARCH = "amd64"
|
$env:GOARCH = "amd64"
|
||||||
$env:GOOS = "windows"
|
$env:GOOS = "windows"
|
||||||
$env:CGO_ENABLED = 0
|
$env:CGO_ENABLED = 0
|
||||||
go build -o $outDir/apc-p15-install-amd64.exe ./cmd/tool
|
go build -o $outDir/apc-p15-install-amd64.exe ./cmd/install_only
|
||||||
|
|
||||||
# Linux x64
|
# Linux x64
|
||||||
$env:GOARCH = "amd64"
|
$env:GOARCH = "amd64"
|
||||||
|
|
Loading…
Reference in a new issue