Carson
Carson
如果遇到相同的問題,請善用emoji點個讚還是什麼之類的,不要一直洗版,謝謝!
> please tell me where to look for the Electron source download call in your library? In the [provisionPackage](https://github.com/asticode/go-astilectron/blob/7c3f023/provisioner.go#L171) that provide the `finish` where is a function `finish func() error`...
tl;dr try also [Frame attribute](https://github.com/asticode/go-astilectron/blob/18cf1d532adc9860ff3c11df738a896127d203de/window.go#L101) to false ---- Hi @Dontmindmes If you want to hide the entire title bar, try to > `new BrowserWindow({frame: false})` > see [new BrowserWindow([options])](https://www.electronjs.org/docs/latest/api/browser-window#new-browserwindowoptions) [permalink](https://github.com/electron/electron/blob/37a904c299c4d7bde4b2b5007a52043bca383868/docs/api/browser-window.md?plain=1#L187-L188)...
I try add the following on [it](https://github.com/asticode/astilectron/blob/a8c3f044b1feecab7f18840f6769ed7ec576da1d/index.js#L27-L29) ```js const os = require('os') // ... function onReady() { if (os.platform() === 'win32') { app.setAppUserModelId("https://www.xxx.com/") // ❗ Set it before calling "setJumpList."...
> [which default_app.asar are you talking about ? ](https://github.com/asticode/go-astilectron/issues/271#issuecomment-690071298) where `default_app.asar` on the > [ElectronDirectory()]/resources/default_app.asar for example > %appdata%/appName/vendor/electron-windows-amd64/resources/default_app.asar [ElectronDirectory()]: https://github.com/asticode/go-astilectron/blob/1a9ca6a/paths.go#L64
I spent some time and found the solution and shared it with the people who needed it. ---- I using the [astilectron 0.27| astilectron: 0.51.0 | Electron 11.4.3](https://github.com/asticode/go-astilectron/blob/5317e8218ad3c/astilectron.go#L16-L17) I can...
I'm trying to use the event to change the ID, I with it can add on [notificationCreate](https://github.com/asticode/astilectron/blob/a8c3f04/index.js#L150) but it **doesn't work**. It seems that the event has to be determined...
> it will crashed Can you provide your code? and [editorconfig](https://editorconfig.org/) > Weird as for me where I have got quite a lot of empty lines between different HTML tags...
Suppose you want to make the application available to some users and don't feel like they have to download too much. In that case, you can [embed](https://pkg.go.dev/embed) [go version >=...
A little disappointed, but as long as the request is not rejected, it is still good.