I have a project that uses CEFSharp and I am using a windows deployment project to create a setup. When I compile the program, during the build process, it copies the .pak files and creates the "locales" folder in the debug/release folder as found here.
https://github.com/cefsharp/CefSharp/wiki/Getting-Started
I can add the .pak files as dependencies, but is there a way to create the "locales" folder and copy the appropriate files there?