mirror of https://gitlab.com/basile.b/dexed.git
fix setup project postbuild process under win
This commit is contained in:
parent
790960e292
commit
2c088f7f90
|
@ -21,7 +21,7 @@ object CurrentProject: TNativeProject
|
|||
' zip-win32.bat'
|
||||
)
|
||||
preBuildProcess.showWindow = swoHIDE
|
||||
postBuildProcess.executable = 'setupzip-win-noarch.bat'
|
||||
postBuildProcess.executable = '<CPP>\setupzip-win-noarch.bat'
|
||||
postBuildProcess.workingDirectory = '<CPP>'
|
||||
postBuildProcess.options = [poUsePipes, poStderrToOutPut]
|
||||
postBuildProcess.parameters.Strings = (
|
||||
|
@ -53,7 +53,7 @@ object CurrentProject: TNativeProject
|
|||
' zip-win64.bat'
|
||||
)
|
||||
preBuildProcess.showWindow = swoHIDE
|
||||
postBuildProcess.executable = 'setupzip-win-noarch.bat'
|
||||
postBuildProcess.executable = '<CPP>\setupzip-win-noarch.bat'
|
||||
postBuildProcess.workingDirectory = '<CPP>'
|
||||
postBuildProcess.options = [poUsePipes, poStderrToOutPut]
|
||||
postBuildProcess.parameters.Strings = (
|
||||
|
|
Loading…
Reference in New Issue