Quentin Renard
Quentin Renard
This is a nice idea. However this must not be the default behavior. This should be an option to the GO `Window` object [here](https://github.com/asticode/go-astilectron/blob/master/window.go#L82). The way I see it: -...
> I have the same issue What does log exactly say in your case?
Could you describe how you build the app and how you run it to get those logs?
Q1: unfortunately you can't change the electron icon for now https://github.com/asticode/go-astilectron/issues/65 Q2: I don't think this is possible in Windows 🤔
@corebreaker sure, makes sense FYI concatenation is not implemented as of now in `astiencoder` (afik it's not implemented in libav by default)
@corebreaker I do think this is in the spirit of astiencoder. However I'll have to check whether this means adding an example or adding a component. But to be honest...
Could you execute your application with the `-v` flag ? this will enable logs and show me how your app is provisioned.
Ha sorry, I missed something. Could you also add this at the top of your main function: ```go flag.Parse() astilog.FlagInit() ``` and run your app with the `-v` flag This...
On windows, could your run the `.exe` file directly with the `-v` flag?
It seems like you didn't provide an app name 🤔 Could you try providing one in the [Options](https://github.com/asticode/go-astilectron/blob/master/astilectron.go#L71)?