fixed deployment script to add DevExpress 18.2 DLLs

This commit is contained in:
hbeham
2019-02-06 11:44:01 +01:00
parent a1e3849cda
commit 3c7ef35e80

View File

@@ -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%"