rlee287 / pyautoupdate

An auto-update API for Python programs. ARCHIVED: The update mechanism here contains no guarantees about code integrity. You may want to look at TUF (The Update Framework) instead.
GNU Lesser General Public License v2.1
14 stars 2 forks source link

Broken update method #2

Closed rlee287 closed 8 years ago

rlee287 commented 8 years ago

Update method is broken. See testing/test_update.py for more info. This should be fixed before the first release.

rlee287 commented 8 years ago

It is possible to rewrite entire method to use a file list instead of moving around directories.