Hi,
I'm trying to get rid of the necessity to have all ever released versions available for building the .wyu file. During an update that would lead to a full download of the latest version instead of patching an old version. With following steps for a new release is was able to achieve this:
- remove latest version (<RemoveVersion ver="[oldVersion]" />)- add latest version again but this time without any files (<AddVersion><Version>[oldVersion]</Version>...)- add new version with all files (<AddVersion><Version>[newVersion]</Version>...)- create wyUpdate- build updates
That means only the latest version has any files included. I was able to successfully update an [oldVersion] installation to the [newVersion] releas. Is this a supported scenario or do you see any problems here with that approach?
Yves