wyUpdate doesn't update to new version

Our last version number was 36. The new version is 47. When we run the patch update, only client.wyc is updated to the target version. Other binaries stay the same (old version). We are using the latest wyUpdate 2.6.18.4.Please help, we have an urgent release scheduled.

Are you getting warnings inside of wyBuild when you build the updates? If so, read the warning. They're important.

My guess is that you're referencing the same files from disk in version 36 and version 47 in wyBuild. Meaning the files in wyBuild are referencing the exact same files on the hard drive -- and thus when wyBuild creates the patches it doesn't see any changes (because they are the exact same files).

Make sense?

Yes, that's exactly was what happening. I had the previous version referring to the same files as the new ones.Thank you very much for your help. It really saved us.