Failed to build WEC2013 Image V 1.1 for iMX6

I tried to build the imx6 wec2013 image version 1.1, but it failed.
In the release directory the directory postproc and including files are missing during the build process.
Using the workspace and bsp of version 1.1Beta4, i can build the image.
Is there anything special to consider in version 1.1 compared to version 1.1beta4?

Can you locate file called copyfiles.bat inside workspace and add change

copy %~dp0\nlscfg.inf 							%_FLATRELEASEDIR%\postproc
copy %~dp0\nlscfg.inf 							%_FLATRELEASEDIR%\postproc
copy %~dp0\nlscpg.txt 							%SG_OUTPUT_ROOT%\oak\files
copy %~dp0\nlscpg.txt 							%_TARGETPLATROOT%\files

to

copy %~dp0\nlscfg.inf 							%_FLATRELEASEDIR%\postproc\nlscfg.inf 
copy %~dp0\nlscfg.inf 							%_FLATRELEASEDIR%\postproc\nlscfg.inf 
copy %~dp0\nlscpg.txt 							%SG_OUTPUT_ROOT%\oak\files\nlscpg.txt 		
copy %~dp0\nlscpg.txt 							%_TARGETPLATROOT%\files\nlscpg.txt

Can you please post the build log or, at least, the error you get during that build?

Your answer fixed my build failure.
Thank you luka.tx

Sorry for the issue and thank you for reporting it.
We fixed it and updated our downloads.