Matt Haggard

Results 52 comments of Matt Haggard

@tomy8910 I've never used AppVeyor, but do these docs help? https://www.electron.build/configuration/publish#github-repository-and-bintray-package

Can you show me what's on line 130 of your `main.js` file?

@yap241986 I don't know what `updater` is in your code. It's not part of this example application though.

@yap241986 That's not really the purpose of this repo. I suggest you start from this template and slowly add your own parts one at a time. Or work in reverse....

For instance, if you remove `updater.enabled = true` I think you wouldn't get an error anymore.

@yap241986 Take a look at the `download-progress` event: https://www.electron.build/auto-update#event-download-progress

@yap241986 I don't know. There are many ways you could do it. Here's what I found searching "electron-updater progress bar": https://stackoverflow.com/a/54533407/1379037

@rahmatkruniawan happy to help. What are you expecting to see that you aren't seeing? It looks like it at least started to upload `electron-react-boilerplate-setup-1.0.0.exe` to github. Did it finish? I...

@rahmatkruniawan 1. Are you on Linux, Windows or macOS? 2. What happens when you do this command: `build --win -p always`

@tangb thanks for this. @rahmatkruniawan does that work for you?