6 ms·
This looks good but does it support background updating like Chrome? I am not aware of a win or a Linux (I mostly work on Linux) solution either
by sx 16y ago
This looks good but does it support background updating like Chrome?
I am not aware of a win or a Linux (I mostly work on Linux) solution either
- Niten 16y ago> I am not aware of a win or a Linux (I mostly work on Linux) solution either. I'm trying to say this without sounding snarky, but why the heck would you need this on an operating system that already gives you apt-get, pacman, yum, portmaster, or what have you? As for Windows, apparently there's a WinSparkle now: http://winsparkle.org/ http://winsparkle.org/ Also the WiX people have been working on something along these lines, but I don't know how mature that project is or if it's even still a project any more. EDIT: Looks like Google's made a separate open-source project of its update framework, Omaha, which is apparently how Chrome gets its updates. So I guess you can get Chrome-style auto updates in your own applications now. Don't know if Google's nifty binary diff compression algorithm is included. http://code.google.com/p/omaha/ http://code.google.com/p/omaha/
- sx 16y agoWhen I mentioned framework, I meant something more than apt-get that just fetches and installs the packages. Something that would allow me to build background updates in my app like Chrome. EDIT: I guess G Omaha is what I am looking for but ... "Support of platforms other than Windows 2000 (SP4+), Windows XP, Windows Vista, and Windows 7; in other words, we will not support OS X, Linux ..." from http://omaha.googlecode.com/svn/wiki/OmahaOverview.html http://omaha.googlecode.com/svn/wiki/OmahaOverview.html
- deleted 16y ago[deleted]