fix, post build process script was renamed

This commit is contained in:
Basile Burg 2015-08-28 18:09:13 +02:00
parent abdddf29c0
commit 79f70381e4
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ object CurrentProject: TCENativeProject
'/c'
' zip-win32.bat'
)
postBuildProcess.executable = 'zipsetup-win32.bat'
postBuildProcess.executable = 'setupzip-win32.bat'
postBuildProcess.workingDirectory = '<CPP>'
postBuildProcess.parameters.Strings = (
'<CPO>'
)