Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copy resource files into output directory. (#126)
This will make it easier to build locally and run OverlayPlugin out of the `out/Release` or `out/Debug` directory. For reference, the xcopy flags are: * /d only copy newer files * /e copy all subdirectories * /i consider destination is a directory even if it doesn't exist * /q only print a summary line * /r copy read-only files (just in case) * /h copy hidden/system files (just in case) * /y prevent prompts for overwriting destination files Fixes RainbowMage#52
- Loading branch information