Skip to content

Commit

Permalink
Bro am stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraient committed Oct 26, 2024
1 parent 9f77689 commit 275fcea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Build/buildwindows
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@echo off
set GOOS=windows
set GOARCH=amd64
go build -o Build/curd.exe -ldflags="-s -w" -trimpath cmd\curd\main.go
tree /F
tree /F
echo Building Go application
rem Build the Go application
go build -o curd.exe ..\cmd\curd\main.go

0 comments on commit 275fcea

Please sign in to comment.