Quentin Renard
Quentin Renard
Can you show me your `bundler.json`?
1) For `darwin`, the error are explained by the presence of `"ldflags":{"linkmode":["internal"]}`. Indeed, if you want to link with external libs like `oto`, you need to keep this value to...
I don't think using this option works, instead you need to use [these functions](https://github.com/asticode/go-astilectron#open-the-dev-tools) directly
You can retrieve the window using the [OnWait](https://github.com/asticode/go-astilectron-demo/blob/master/main.go#L80) attribute
> > You can retrieve the window using the [OnWait](https://github.com/asticode/go-astilectron-demo/blob/master/main.go#L80) attribute > > thanks ! If I want to get the w in the process of using the program,what should...
As mentioned in the [first step](https://github.com/asticode/go-astilectron-demo/#step-1-install-the-demo) of the README, you need to remove the `bind.go` file located in the root folder of the demo project. If you didn't forget, the...
I had to merge another PR that moved some stuff around and now your PR conflicts with the `master` branch. Can you make sure there are no conflicts?
@shrey-gang could you resolve conflicts with changes that were made in between ? It seems `src/client.js` has conflicts
The best is to clone the [demo](https://github.com/asticode/go-astilectron-demo) project and start from there. Once you manage to bundle and run it, you'll understand better how the whole ecosystem works.
@univac490 I understand the problem but I'm not quite understanding the solutions you describe. Do you mean [this line](https://github.com/asticode/go-astilectron-bootstrap/blob/master/run.go#L66) should be replaced by ```go url = "file:/" + filepath.Join(absoluteResourcesPath(a, relativeResourcesPath),...