Quentin Renard
Quentin Renard
Is your machine a 32 bits machine ?
Right now there's no option to do so, but that's a really good idea. I won't have time to work on this anytime soon, but I'm welcoming PRs. If you...
Removing file located at `pathUnzipSrc` after finish [here](https://github.com/asticode/go-astilectron/blob/master/provisioner.go#L207) should make the trick
I believe you need to set [this attribute](https://github.com/asticode/go-astilectron/blob/master/window.go#L97) to `false`. Let me know how it goes
Mmm this is weird since when the golang binary dies, all of its child processes die with him (if they're not detached). Are you testing on Windows ?
Mmm this is really good to know, thanks for sharing. I'll see if we can add an option that closes all windows in all cases. Cheers
Can you share the smallest code that can reproduce the problem ?
OK thanks, I'll check it out when I've some free time.
Are you getting any JS error (using the dev tools)?
If you know how to update `astilectron` JS and test it, you can try to remove [this line](https://github.com/asticode/astilectron/blob/master/index.js#L393) and see if that makes any difference. If you add debug logs...