Skip to content

Commit

Permalink
Merge pull request #17 from hatena/fix-bat
Browse files Browse the repository at this point in the history
fix build.bat
  • Loading branch information
daiksy authored Dec 7, 2016
2 parents 54b703d + 78f68ee commit fe6e893
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wix/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ go get github.com/mackerelio/mackerel-agent/wix/wrapper
go get github.com/mackerelio/mackerel-agent/wix/replace
go get github.com/mackerelio/mackerel-agent/wix/generate_wxs

go build -o ..\build\wrapper.exe wrapper\wrapper_windows.go
go build -o ..\build\wrapper.exe wrapper\wrapper_windows.go wrapper\install.go

go build -o ..\build\replace.exe replace\replace_windows.go
go build -o ..\build\generate_wxs.exe generate_wxs\generate_wxs.go

Expand Down

0 comments on commit fe6e893

Please sign in to comment.