2023-08-09 00:01:19 +03:00
|
|
|
echo ""
|
|
|
|
echo "----------- Copying Library Webpacked Dependencies -----------"
|
|
|
|
echo "" # See the build.ps1 for more details on why we do this
|
2023-08-11 02:28:50 +03:00
|
|
|
cp -r ./vscode-dotnet-runtime-library/distro-data ./vscode-dotnet-runtime-library/dist/Acquisition
|
2024-01-23 22:08:40 +03:00
|
|
|
cp -r "./vscode-dotnet-runtime-library/install scripts" ./vscode-dotnet-runtime-library/dist/Utils
|