Quentin Renard
Quentin Renard
This is a good idea, I'll add it to my TODO and will think about it when I'll get some free time.
No, but feel free to submit a PR if you feel like it
You'll need to modify both [go](https://github.com/asticode/go-astilectron) and JS projects. Regarding the JS project, here's what you need to do: - add `appCmdSetAsDefaultProtocolClient and `appEventSetAsDefaultProtocolClient` [here](https://github.com/asticode/astilectron/blob/master/src/consts.js#L9) - add a `case` statement...
@vidmed I don't feel the way it's done right now would allow adding more build tools in the future. Here's what I have in mind: - in the `Configuration`, add...
Adding a `RegisterBuilder` method sounds like a good idea to me. Please store the builders in an unexported map protected by a mutex. However, regarding the configuration, I would create...
@vidmed did you have time to work on this PR?
@chinenual there has been no progress toward supporting xgo apart from that PR. I'd be happy to review it if you decide to pick it up.
You need to add your `.dll` file to the `resources` folder. Where? It's up to you as long as it's in the `resources` folder. Regarding the path you need to...
You seem to be setting the path to your data directory which is good news for your situation. If the `resources_path` in your `bundler.json` is still `data/resources`, you should be...
Unfortunately, this has not been implemented in the bundler. I'm welcoming PRs though.