Quentin Renard
Quentin Renard
@winwisely99 it still hasn't been implemented and I'm still welcoming PRs if you feel like contributing. I think windows also needs signing specially if you're using notifications. The best would...
The bundler does output an `.exe` file for Windows. `astilectron` apps need `electron` to be available on the computer but, thanks to the `provisioner`, they take care of the provisioning...
Right now this is not, but this is totally doable.
Thing is, using the bundler without the bootstrap means you have to do at least [this step](https://github.com/asticode/go-astilectron-bootstrap/blob/master/run.go#L49) manually. Basically the bundler embed your resources files in the binary, and after...
> Tray is working good but app icon not Are you testing on Windows ?
This is the same problem as for your resources: the icon must be found by Windows locally on the machine. And the path you're providing ("assets/icon.png") is relative to [a.Paths().DataDirectory()](https://github.com/asticode/go-astilectron-bootstrap/blob/master/run.go#L190)....
which version of go are you using ? 🤔
can you tell me the output of `go version` to be sure ?
This is weird because I've just tested in go 1.18 and this is working for me 🤔 Do you have more info in the error message like the function that...
1) make sure you use the latest versions of `astilectron`, `astilectron-bootstrap` and `astilectron-bundler` 2) make sure to `go install` the latest version of `astilectron-bundler` 3) remove `"version_astilectron": "0.34.0", "version_electron": "4.0.1"`...