File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11@ echo off
22call " %~dp0 env_for_icons.bat" %*
33cd/D " %WINPYWORKDIR1% "
4- " %WINPYDIR% \python.exe" -m cdl .app %*
4+ " %WINPYDIR% \python.exe" -m datalab .app %*
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ REM ======================================================
33REM Generic Python Installer build script
44REM ------------------------------------------
55REM Licensed under the terms of the BSD 3-Clause
6- REM (see cdl /LICENSE for details)
6+ REM (see datalab /LICENSE for details)
77REM ======================================================
88call %~dp0 utils GetScriptPath SCRIPTPATH
99call %FUNC% SetEnvVars
@@ -40,7 +40,7 @@ rmdir /S /Q notebooks
4040rmdir /S /Q t
4141cd %ROOTPATH%
4242@ REM Install packages
43- pip install --no-cache-dir --no-index --find-links=packages cdl == %CI_VER%
43+ pip install --no-cache-dir --no-index --find-links=packages datalab-platform == %CI_VER%
4444pip install --no-cache-dir --no-index --find-links=packages -r requirements.txt
4545
4646@ REM Apply patches
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ REM ======================================================
33REM Generic Python Installer build script
44REM ------------------------------------------
55REM Licensed under the terms of the BSD 3-Clause
6- REM (see cdl /LICENSE for details)
6+ REM (see datalab /LICENSE for details)
77REM ======================================================
88setlocal enabledelayedexpansion
99call %~dp0 utils GetScriptPath SCRIPTPATH
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ REM ======================================================
33REM Generic Python Installer build script
44REM ------------------------------------------
55REM Licensed under the terms of the BSD 3-Clause
6- REM (see cdl /LICENSE for details)
6+ REM (see datalab /LICENSE for details)
77REM ======================================================
88call %~dp0 utils GetScriptPath SCRIPTPATH
99call %FUNC% SetEnvVars
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ mkdir packages
99
1010call %FUNC% DeployPython
1111%PYTHON% -m pip install --upgrade pip
12- pip download cdl == %CI_VER% -d packages
12+ pip download datalab-platform == %CI_VER% -d packages
1313pip download -r requirements.txt -d packages
1414
1515rmdir /S /Q " .\tmp"
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22#
33# Licensed under the terms of the BSD 3-Clause
4- # (see cdl /LICENSE for details)
4+ # (see datalab /LICENSE for details)
55
66"""Make a WiX Toolset .wxs file for the DataLab Windows installer.
77
You can’t perform that action at this time.
0 commit comments