I have a lil payments webApp, our customers can install it on their IIS and work with it. They can upload their own logotype.
We are using WyBuild to update this apps, but it replaces all files on the web folder with the new version, and if I don't include the folder on the update it will delete it. So our customer's the logotypes are deleted/replaced
I'd like to know if is there a way to exclude certain files from the update, placing them on a different folder is not an option because since it is a web application they have to be on the same location, otherwise it won't load the image.
Any thoughts?
Thanks !