Skip to content

Commit ca892ad

Browse files
committed
Update release script to use 'DataLab' for versioning and output directory naming
1 parent 5f0cbbc commit ca892ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/release.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ call %FUNC% UsePython
88
call %FUNC% GetVersion VERSION
99

1010
echo ===========================================================================
11-
echo Making %LIBNAME% v%VERSION% release with %WINPYDIRBASE%
11+
echo Making DataLab v%VERSION% release with %WINPYDIRBASE%
1212
echo ===========================================================================
1313

14-
set destdir=releases\%LIBNAME%-v%VERSION%-release
14+
set destdir=releases\DataLab-v%VERSION%-release
1515
if exist %destdir% ( rmdir /s /q %destdir% )
1616
mkdir %destdir%
1717
move "dist\*.whl" %destdir%
1818
move "dist\*.gz" %destdir%
1919
move "dist\*.zip" %destdir%
20-
move "wix\%LIBNAME%-%VERSION%.msi" %destdir%
20+
move "wix\DataLab-%VERSION%.msi" %destdir%
2121
copy "CHANGELOG.md" %destdir%
2222
copy %MODNAME%\data\doc\*.pdf %destdir%
2323
explorer %destdir%

0 commit comments

Comments
 (0)