From 0306c63dbd1274941935f7fb04dd5fc5399e1343 Mon Sep 17 00:00:00 2001 From: Horst Beham Date: Fri, 2 Apr 2021 17:11:39 +0200 Subject: [PATCH] fixed to work with DevExpress 20.2 --- source/makeDistribZip.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/makeDistribZip.cmd b/source/makeDistribZip.cmd index 06487c0..f574744 100644 --- a/source/makeDistribZip.cmd +++ b/source/makeDistribZip.cmd @@ -6,7 +6,7 @@ cd /d %~dp0 set languages=cs de es hu pl pt ru tr set curdate=%date:~6,4%-%date:~3,2%-%date:~0,2% set target=%cd%\..\..\ChanSort_%curdate% -set DXversion=20.1 +set DXversion=20.2 mkdir "%target%" 2>nul rem del /s /q "%target%\*" xcopy /idy debug\ChanSort.exe* "%target%" @@ -18,7 +18,7 @@ xcopy /idy DLL\* "%target%" del "%target%\*nunit*.dll" for %%l in (%languages%) do ( mkdir "%target%\%%l" 2>nul - xcopy /sidy debug\%%l "%target%\%%l" + xcopy /sidy debug\%%l\ChanSort.* "%target%\%%l" ) mkdir "%target%\ReferenceLists" 2>nul xcopy /sidy ChanSort\ReferenceLists\* "%target%\ReferenceLists"