Skip to content

Commit

Permalink
Update windowsBuild.go
Browse files Browse the repository at this point in the history
  • Loading branch information
voyager-hang authored Sep 8, 2022
1 parent 5753730 commit 0bb85bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions windowsBuild.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ func windowsPackWindows() {
"build",
"-ldflags",
"-H windowsgui",
"-o",
fmt.Sprintf("./output/%s.exe", conf.Name),
}
var cmd = exec.Command("go", args...)
var out bytes.Buffer
Expand Down

0 comments on commit 0bb85bb

Please sign in to comment.