Skip to content

Commit

Permalink
```build.cmd
Browse files Browse the repository at this point in the history
// Update the build command to include the .exe extension for the output file
go build -o bin\uboost-windows-amd64.exe .
```
  • Loading branch information
skywind3000 committed Jan 16, 2025
1 parent a528bd6 commit 034432a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ set GOOS=windows
set GOARCH=amd64
set CGO_ENABLED=0
echo Building for windows/amd64
go build -o bin\uboost-windows-amd64 .
go build -o bin\uboost-windows-amd64.exe .


0 comments on commit 034432a

Please sign in to comment.