girishbr

Results 9 comments of girishbr

any status on this? This would really help for SAP apps too

@iffy thank you for the feedback. I forked it here: https://github.com/girishbr/electron-updater-example/. Now, I understand how your code works. I moved it all to about.html https://github.com/intelligrate/query-cloud-api/blob/master/about.html#L18 ``` ipcRenderer.on('message', function(event, text) {...

Aah! I've to choose one of the two options. My bad. Will check it again.

Took the easy route with just `autoUpdater.checkForUpdatesAndNotify();` right here. https://github.com/intelligrate/query-cloud-api/blob/master/main.js#L309. 1. Published version 2. Downloaded it 2. Changed version 2 to version 3. Published it again and made it public....

that's weird! This's what I see. ![image](https://user-images.githubusercontent.com/5966051/41255119-c7a20d0c-6dc5-11e8-8d4a-525a4ad4ea86.png)

Did that. Deleted all the releases. Just have only one line for `checkForUpdatesAndNotify()` https://github.com/intelligrate/query-cloud-api/blob/master/main.js#L310 Created version 0.0.1, pushed, published, installed. Changed package.json to 0.0.2, pushed, published. Opened app(v0.0.1) expecting an...

@iffy Thank you for your feedback. I finally got it to work. Seems like I cannot club autoUpdater call with the main window call. Please look at the comments. ```...

It doesn't happen automatically. It happens only when I exit. And that too only with an explicit exit (ctrl + q) not a window close. I am planning on bundling...

@ramden downgrade to express 3. Everything works like a charm! Weird though.