Hi,
I am getting the following error when patching:
---
Patch failed to apply to this file: C:\Program Files (x86)\...\data\config\settings.xml
Because that file failed to patch, and there's no "catch-all" update to download, the update failed to apply. The failure to patch usually happens because the file was modified from the original version. Reinstall the original version of this app.
Internal error: End of stream reached with 186 byte left to read.
---
I don't want to create a "catch-all" update because it is too slow (it generates a 700mb installation for this project). We are only using this system for internal builds, so speed of iteration is crucial. This "settings.xml" file is automatically generated by my build script for each build. Is this somehow incompatible with wyUpdate? Or is there a way I can fix this?