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 5f6b07e commit 380c168Copy full SHA for 380c168
plugins/ohifv3/build.sh
@@ -25,8 +25,7 @@ echo "Installing OHIF at: ${install_dir}"
25
26
cd ${my_dir}
27
rm -rf Viewers
28
-cp -r ~/Projects/Viewers .
29
-#git clone https://github.com/OHIF/Viewers.git
+git clone https://github.com/OHIF/Viewers.git
30
cd Viewers
31
git checkout 33f125940863607f8dba82c71b27a43f35431dd5
32
@@ -51,5 +50,6 @@ APP_CONFIG=config/monai_label.js PUBLIC_URL=/ohif/ QUICK_BUILD=true yarn run bui
51
50
rm -rf ${install_dir}
52
cp -r platform/app/dist/ ${install_dir}
53
echo "Copied OHIF to ${install_dir}"
+rm -rf ../Viewers
54
55
cd ${curr_dir}
0 commit comments