How to copy resources for Windows build

After adding the Windows platform, none of the resources for the splash screen etc seem to be copied over.

I have a bunch of resources I have added to the folder <project dir>\resources\windows\images (which I keep in source control), and I would like to have these copied to <project dir>\platforms\windows\images.

Is there any way I can add this to the build step?

Thanks in advance