File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ CI_VER=0.14.2
33CI_CYR = Copyright (C) 2023 DataLab Platform Developers
44CI_WNM = WPy64-39100
55CI_WPI = Winpython64-3.9.10.0dot.exe
6+ CI_SUF = Py39
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ set NSIS_COPYRIGHT_INFO=%CI_CYR%
2727@ REM ===========================================================================
2828if exist " %RLSPTH% " ( rmdir /s /q " %RLSPTH% " )
2929mkdir %RLSPTH%
30- move %ROOTPATH%%CI_DST% -%CI_VER% .exe %RLSPTH%
30+ move /Y %ROOTPATH%%CI_DST% -%CI_VER% .exe %RLSPTH% \ %CI_DST% - %CI_VER% _ %CI_SUF% .exe
3131
3232call %FUNC% EndOfScript
Original file line number Diff line number Diff line change @@ -13,6 +13,5 @@ cd %ROOTPATH%
1313if exist " %CI_WNM% " ( rmdir /s /q " %CI_WNM% " )
1414if exist " %CI_DST% " ( rmdir /s /q " %CI_DST% " )
1515if exist " packages" ( rmdir /s /q " packages" )
16- if exist " %RLSPTH% " ( rmdir /s /q " %RLSPTH% " )
1716
1817call %FUNC% EndOfScript
You can’t perform that action at this time.
0 commit comments