Updates all files

HiWhen I install updates, wyUpdate updated files even if they are not changed. Shouldnt it only copy files if they were changed, or is it only the download that is smaller in size?

In my case, I include an exe that is run when the user wants to install update. The exe does the following:1) Prepare main program for closing2) Close main program3) Call wyupdate4) Start main program again

The problem is that the exe is included in the update (by design, I might want to update it), and when its calling wyupdate, it says that the exe is in use and cannot be updated... I thought that it would not try to update the file if it was unchanged?

Of cause, I could move the location of the exe file, but then I cannot update it

I thought that it would not try to update the file if it was unchanged?

wyBuild doesn't touch a file if it doesn't need to be update. However it does require all processes in the update folder to be closed, regardless of whether they're being updated or not.

Ah ok, thank you for the quick answer 🙂

Guess there isnt any way arround that?

Guess there isnt any way arround that?

Nope.