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?
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?