File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ cp /repos/kaleido/version /repos/build/kaleido_minimal/
1919
2020# license
2121cp /repos/kaleido/LICENSE.txt /repos/build/kaleido_minimal/
22+ cp /repos/kaleido/README.md /repos/build/kaleido_minimal/
2223cp /repos/CREDITS.html /repos/build/kaleido_minimal/
2324
2425# Copy javascript
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ python3 ./version/build_pep440_version.py
1414# Copy README and LICENSE to kaleido (For consistency with Linux docker build process)
1515cp ../README.md ./kaleido/
1616cp ../LICENSE.txt ./kaleido/
17+ cp ./CREDITS.html ./kaleido/
1718
1819# Add depot_tools directory to PATH
1920export PATH=" $PATH :` pwd` /depot_tools"
@@ -93,6 +94,8 @@ cp ../kaleido/version ../build/kaleido/
9394
9495# license
9596cp ../kaleido/LICENSE.txt ../build/kaleido/
97+ cp ../kaleido/CREDITS.html ../build/kaleido/
98+ cp ../kaleido/README.md ../build/kaleido/
9699
97100# Copy javascript
98101pushd ../kaleido/js/
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ python .\version\build_pep440_version.py
1313# Copy README and LICENSE to kaleido (For consistency with Linux docker build process)
1414cp ..\README.md .\kaleido\
1515cp ..\LICENSE.txt .\kaleido\
16+ cp .\CREDITS.html .\kaleido\
1617
1718# Add depot_tools to path
1819$original_path = $env: path
@@ -66,6 +67,7 @@ cp ..\kaleido\version ..\build\kaleido\
6667
6768# license
6869cp ..\kaleido\LICENSE.txt ..\build\kaleido\
70+ cp ..\kaleido\CREDITS.html ..\build\kaleido\
6971
7072# Copy icudtl.dat
7173Copy-Item .\out\Kaleido_win_$arch \icudtl.dat - Destination ..\build\kaleido\bin
You can’t perform that action at this time.
0 commit comments