Quentin Renard

Results 338 comments of Quentin Renard

Sharing the test bench you created would help 👍 `nodeIntegration` is always [set to true](https://github.com/asticode/astilectron/blob/master/index.js#L461) in JS in astilectron. Which version of `astilectron` is it using by the way ?

Defining a `static` directory with a single `index.html` is perfectly fine, and in most cases is the best solution.

@weiyixuan I've found [this](https://electronjs.org/docs/tutorial/notifications#windows). It seems you need to do something special in Win 8+. Should I update the README?

What command do you run to execute your go code ? `go run *.go` ?

@alltom if you don't specify a [BaseDirectoryPath](https://github.com/asticode/go-astilectron/blob/master/astilectron.go#L67), `astilectron` will default to the current directory. When you run `go run`, it generates a different temp dir everytime. `astilectron` checks whether `Electron`...

@tinymouse right now you can't, but there is a pending PR that would add this feature: https://github.com/asticode/go-astilectron/pull/115

yes you're right, some changes are needed in this PR and I'm waiting for them

@Fruchtgummi for now you can't since the Task Manager is taking the Description + Icon of the electron.exe running in the background. The solution is to use [rcedit](https://github.com/electron/rcedit) during the...

@Fruchtgummi I've pushed a fix on the `win-task-name` branch that should change the name in the Task Manager. Could you fetch the branch and tell me whether this is working...

Never mind, I've tested on Windows and it's not working :( back to square one :(