Multiple update packages for single app

Is it possible to have wyBuild maintain two (or more) different update packages for a single app? I have an application that has a package of documents that frequently change. That package has its own version number, independent of the application version number. Can I create separate wyBuild updates for the application and the document package?

Since there's only one client.wyc file, and no apparent way to specify a different one to use in wyUpdate.exe, it would seem the answer is no.

Can you clarify? Thanks!

In thinking about this further, could I keep a second copy of wyUpdate and the wyc in a separate folder in the application, call that one when I want to update the document package, and the wyUpdate in the application root directory when I want to update the application itself?

You should download the source code and modify the code, so that it also detects another file other than client.wyc

Source: https://github.com/wyday/wyupdate

More info: https://wyday.com/wyupdate/