Closed lunny closed 6 years ago
@lunny I'd be glad to try it :)
Can you try bundling the demo with the -v
flag and tell me at which step it fails by pasting the logs here?
@asticode I have tried the demo. It works well on my macOS.
@lunny do you know what is missing from the bundler to work with https://github.com/lunny/gop then?
Since gop
is a compitable tool with go
, I think maybe you should let go
command configrable.
does gop build
allow flags such as -o
or -ldflags
?
@asticoe. Yes.
@lunny I've added the go binary path to the configuration. It's available in the go_binary_path
key. Is the bundler now working with gop?
@lunny can we consider this issue as fixed?
@asticode sorry, I maybe test this tomorrow.
@lunny no problem, let me know how your tests go
@asticode I have sent #6 and #7, I think maybe I can test my project after that PRs merged.
I used https://github.com/lunny/gop to manage my repos which is not in $GOPATH. Could the bunlder be more flexible to cooperate with this build tool? moved from asticode/go-astilectron#38