Quentin Renard
Quentin Renard
@an2deg unfortunately there are still some changes to be made in this PR but my guess is that @vidmed won't have time to work on it. You're welcome to pick...
@gedw99 that's a good suggestion however I'm not familiar with the modifications that would be required in the bundler. Would you be up for a PR or describing with more...
Thanks for proposing your help @marccardinal. Right now I'm waiting for @NightMan-1 to make the few minor changes I requested, but once the PR is merged I'd welcome testing it...
This is weird that the code you shared make the app close immediatly. Normally you should - create astilectron - create your window - call `OnMessage` as many times as...
Can you check out those issues and see if they're any help ? [Issue 1](https://github.com/asticode/go-astilectron/issues/103) [Issue 2](https://github.com/asticode/go-astilectron/issues/122)
> Looking over those issues, one thing that stood out to me was notorizing the application. I don't understand too much about it, but would this be a potential issue?...
Could you try replacing your relative paths into absolute paths and see whether it fixes the problem? I remember having the same issue and fixing it by doing the exact...
Mmm it's really weird. Maybe you could try removing the `info_plist` key of your `bundler.json` and see whether this is causing the issue
Are you using `astilectron` in `go-astilectron`?
This is a tricky one, since right now there's no way in js `astilectron` to send a message **and wait** for its response before continuing js execution. Which is what...