mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-03 04:59:04 +01:00
fixed deployment script to add DevExpress 18.2 DLLs
This commit is contained in:
@@ -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%"
|
||||
|
||||
Reference in New Issue
Block a user