Skip to content

Commit d415053

Browse files
committed
Added Python version to installer filename
1 parent 5514555 commit d415053

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ CI_VER=0.14.2
33
CI_CYR=Copyright (C) 2023 DataLab Platform Developers
44
CI_WNM=WPy64-39100
55
CI_WPI=Winpython64-3.9.10.0dot.exe
6+
CI_SUF=Py39

scripts/build_installer.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ set NSIS_COPYRIGHT_INFO=%CI_CYR%
2727
@REM ===========================================================================
2828
if exist "%RLSPTH%" ( rmdir /s /q "%RLSPTH%" )
2929
mkdir %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

3232
call %FUNC% EndOfScript

scripts/clean_up.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ cd %ROOTPATH%
1313
if exist "%CI_WNM%" ( rmdir /s /q "%CI_WNM%" )
1414
if exist "%CI_DST%" ( rmdir /s /q "%CI_DST%" )
1515
if exist "packages" ( rmdir /s /q "packages" )
16-
if exist "%RLSPTH%" ( rmdir /s /q "%RLSPTH%" )
1716

1817
call %FUNC% EndOfScript

0 commit comments

Comments
 (0)