Hi,
I need to build project and main container should be named for example "application \[compressed].exe"
But when I put this into package.ini, then there is entry like this:
[application \[compressed].exe]
ReadonlyData=...
Shortcut=...
Source=...
Then after building there is not EXE created with filename "application \[compressed].exe" it is missing compeletely
because of doubled "]" character 
Is there any way how to write such characters in that place in package.ini as 'valid ones' and not let's say 'control ones'?
Thanx a lot
akademie