Follow the step-by-step walkthrough. Namely, step 6:
If you haven't already done so, you'll need to add the files for your first version of your app to wyBuild. wyBuild only references files from disk it does not store your files for you, which means this involves 3 steps:
- Create a folder to store the files for this first version that includes wyUpdate (in this example we call it version 1.1).
- Copy all of the files from version 1.1 of your app into this folder.
- Drag all the files into wyBuild from inside this "1.1" folder you just copied.
So why does it tell you to put *all* files in wyBuild? Because wyBuild compares the versions you supply and see which files to add, which files to patch, and which files to delete. If your version 1.0 has all your files, and version 2.0 only has 1 file, then wyBuild naturally sees that as meaning delete all files except that 1 file.
Hence, adding all the files and let wyBuild do the hard work of comparing your versions.