Open catouse opened 7 years ago
I want to copy a icon file to a new place and rename it to favicon.ico.
cpx.copy('./resources/icon.ico', `${destRoot}/favicon.ico`)
Any news?
I'd also like to see the ability to rename files added.
Yeah, it's annoying that you can't do this. Same with copyfiles However, cpy-cli does have this feature
I want to copy a icon file to a new place and rename it to favicon.ico.