nuts icon indicating copy to clipboard operation
nuts copied to clipboard

Cloud service

Open develar opened this issue 9 years ago • 2 comments
trafficstars

It will be cool to setup cloud service. So, any developer (github account) can use auto update server in seconds without any efforts.

It is safe since you should sign your app in any case (so, even if server will be compromised, users will not be affected because OS will just block unsigned/unidentified app).

Is there particular reason why do you stream artifact (and cache it) instead of just redirect to github?

I am going to implement redirection instead of streaming and launch such service.

develar avatar Dec 31 '15 13:12 develar

@develar I believe it's because redirects won't work for private repos.

imlucas avatar Jun 24 '16 15:06 imlucas

@imluca Yes, now there is a way to disable proxy — https://github.com/electron-userland/electron-builder/issues/486#issuecomment-225415972

develar avatar Jun 24 '16 15:06 develar