Projucer 4.3.1 - Problem with post buile events

Hi all,

In Windows and for AAX plugins, the formatted text created by Projucer for the Post-Buils Events is wrong:

> copy /Y "$(OutDir)$(TargetFileName)" "$(OutDir)$(TargetName).vst3"
> if not exist "$(OutDir)$(TargetName).aaxplugin" mkdir "$(OutDir)$(TargetName).aaxplugin"
> if not exist "$(OutDir)$(TargetName).aaxplugin\Contents" mkdir "$(OutDir)$(TargetName).aaxplugin\Contents"
> if not exist "$(OutDir)$(TargetName).aaxplugin\Contents\Win32" mkdir "$(OutDir)$(TargetName).aaxplugin\Contents\Win32"
> copy /Y "$(OutDir)$(TargetFileName)" "$(OutDir)$(TargetName).aaxplugin\Contents\Win32\$(TargetName).aaxplugin"
> ""C:\\Intlaas\\00 SDKs\\AAX\\Utilities\\CreatePackage.bat"" "$(OutDir)$(TargetName).aaxplugin\Contents\Win32" ""C:\\Intlaas\\00 SDKs\\AAX\\Utilities\\PlugIn.ico""

As you can see, the last linr has double quotation and double backslash that create the following error:

:VCEnd" exited with code 3. TeslaST C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets

Besides, I remember to notify this problem and it was succsessfully solved.

Thank You very much,
Gabriel Solsona

We have a fix for this in the pipe-line.