k-kawa / aseprite

Automatically exported from code.google.com/p/aseprite
0 stars 0 forks source link

Automatic check for updates #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What do you need to do?
An automatic "check for updates" so new versions can be installed easily 
(auto-update in Windows platforms is a must, for Mac OS X see Sparkle 
http://sparkle.andymatuschak.org/).

How would you like to do it?
When the program is executed a "Home" page can be shown with some information 
about ASEPRITE and a little "Check for updates" check-box (checked by default).

Original issue reported on code.google.com by davidcapello on 5 Mar 2011 at 9:09

GoogleCodeExporter commented 8 years ago
For Windows, Omaha (http://code.google.com/p/omaha/) looks pretty good, but it 
needs ATL library. Anyway it has good documents in its Wiki pages about 
security of the update process and how it is implemented.

Original comment by davidcapello on 5 Mar 2011 at 9:36

GoogleCodeExporter commented 8 years ago
Implemented in 'ft-updater' branch using libcurl. Merged here:
https://github.com/dacap/aseprite/commit/04c675bd156622bc4d3f784bb53228c6d61c232
0

Original comment by davidcapello on 28 Jul 2011 at 1:45