From 2c088f7f90f61faeb483ef41bf6c58f943d11cab Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 4 Feb 2019 06:45:01 +0100 Subject: [PATCH] fix setup project postbuild process under win --- setup/setup.dprj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/setup.dprj b/setup/setup.dprj index 9ba04b4e..9455b6a6 100644 --- a/setup/setup.dprj +++ b/setup/setup.dprj @@ -21,7 +21,7 @@ object CurrentProject: TNativeProject ' zip-win32.bat' ) preBuildProcess.showWindow = swoHIDE - postBuildProcess.executable = 'setupzip-win-noarch.bat' + postBuildProcess.executable = '\setupzip-win-noarch.bat' postBuildProcess.workingDirectory = '' 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 = '\setupzip-win-noarch.bat' postBuildProcess.workingDirectory = '' postBuildProcess.options = [poUsePipes, poStderrToOutPut] postBuildProcess.parameters.Strings = (