dennisvang / tufup

Automated updates for stand-alone Python applications.
MIT License
90 stars 1 forks source link

Fail-safe mechanism for patch updates #101

Closed dennisvang closed 8 months ago

dennisvang commented 8 months ago

If a patch fails, for whatever reason, the downloaded patch file is flagged with a .failed suffix.

The client then continues without updating.

On the next run, the failed patch will be ignored, and a full update is downloaded instead.

fixes #98