We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad46ed4 commit 15bc970Copy full SHA for 15bc970
.fetch_externals.sh
@@ -3,8 +3,8 @@
3
set -e
4
5
mkdir -p ./trame_vtk/modules/common/serve
6
-curl https://unpkg.com/[email protected] -Lo ./trame_vtk/modules/common/serve/trame-vtk.js
7
-curl https://kitware.github.io/vtk-js/examples/OfflineLocalView/OfflineLocalView.html -Lo ./trame_vtk/tools/static_viewer.html
+curl https://unpkg.com/[email protected] -Lo ./src/trame_vtk/modules/common/serve/trame-vtk.js
+curl https://kitware.github.io/vtk-js/examples/OfflineLocalView/OfflineLocalView.html -Lo ./src/trame_vtk/tools/static_viewer.html
8
9
if ! sha256sum --check .externals.sha256 ; then
10
echo "Hash(es) for externals differs, please update .externals.sha256"
0 commit comments