mirror of https://gitlab.com/basile.b/dexed.git
fix, post build process script was renamed
This commit is contained in:
parent
abdddf29c0
commit
79f70381e4
|
@ -17,7 +17,8 @@ object CurrentProject: TCENativeProject
|
||||||
'/c'
|
'/c'
|
||||||
' zip-win32.bat'
|
' zip-win32.bat'
|
||||||
)
|
)
|
||||||
postBuildProcess.executable = 'zipsetup-win32.bat'
|
postBuildProcess.executable = 'setupzip-win32.bat'
|
||||||
|
postBuildProcess.workingDirectory = '<CPP>'
|
||||||
postBuildProcess.parameters.Strings = (
|
postBuildProcess.parameters.Strings = (
|
||||||
'<CPO>'
|
'<CPO>'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue