Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
phendryx committed May 22, 2024
1 parent f8c59b1 commit e641348
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/build-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ go install github.com/tc-hib/[email protected]

export PATH="$PATH:/root/go/bin"

go mod init

go mod download

go-winres make

env GOOS=windows GOARCH=amd64 go build -ldflags "-s -w -X main.version=$GITHUB_REF_NAME" -o albiondata-client.exe -v -x albiondata-client.go
Expand Down

0 comments on commit e641348

Please sign in to comment.