I have an assets folder that needs to be shipped along with the binaries.
Specifying either assets or assets/* under extra_files just breaks the build process with either an "Is a directory" or "File not found" error respectively.
It would be useful to be able to ship directories along with the files.
Additionally an option to rename binaries (e.g. projectName.exe to projectName-Windows.exe) would be useful