Digital-Sapphire / PyUpdater

Pyinstaller auto-update library
https://www.pyupdater.org
460 stars 92 forks source link

Does PyUpdater has other that Overwrite method? #332

Closed Mezo1234-beep closed 2 years ago

Mezo1234-beep commented 2 years ago

Hello, I've been using pyupdater with my application, but I have a question, which is: if in the version 1.0.0 I have a file called test.txt and later I wanted to delete that file so I deleted that file and then I created a newer version which is v 1.0.1.

In the user application (Client) the application found a newer version he download it and install it but I got surprised that the test.txt was still there because PyUpdater Overwritten the newer version on the old one. so that file can't be deleted. Am I wrong?

Please how can I let pyupdater delete deprecated files that are not bundled in the newer version?