File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ call %FUNC% UsePython
88call %FUNC% GetVersion VERSION
99
1010echo ===========================================================================
11- echo Making %LIBNAME% v%VERSION% release with %WINPYDIRBASE%
11+ echo Making DataLab v%VERSION% release with %WINPYDIRBASE%
1212echo ===========================================================================
1313
14- set destdir = releases\%LIBNAME% -v%VERSION% -release
14+ set destdir = releases\DataLab -v%VERSION% -release
1515if exist %destdir% ( rmdir /s /q %destdir% )
1616mkdir %destdir%
1717move " dist\*.whl" %destdir%
1818move " dist\*.gz" %destdir%
1919move " dist\*.zip" %destdir%
20- move " wix\%LIBNAME% -%VERSION% .msi" %destdir%
20+ move " wix\DataLab -%VERSION% .msi" %destdir%
2121copy " CHANGELOG.md" %destdir%
2222copy %MODNAME% \data\doc\*.pdf %destdir%
2323explorer %destdir%
You can’t perform that action at this time.
0 commit comments