diff --git a/source/makeDistribZip.cmd b/source/makeDistribZip.cmd index 270763e..24c522b 100644 --- a/source/makeDistribZip.cmd +++ b/source/makeDistribZip.cmd @@ -2,7 +2,7 @@ cd /d %~dp0 set curdate=%date:~6,4%-%date:~3,2%-%date:~0,2% set target=%cd%\..\..\ChanSort_%curdate% -set DXversion=17.1 +set DXversion=18.2 mkdir "%target%" 2>nul del /s /q "%target%\*" copy debug\ChanSort.exe* "%target%"