diff --git a/plugins/ohifv3/build.sh b/plugins/ohifv3/build.sh index d84297b84..8c4679a6b 100755 --- a/plugins/ohifv3/build.sh +++ b/plugins/ohifv3/build.sh @@ -25,8 +25,7 @@ echo "Installing OHIF at: ${install_dir}" cd ${my_dir} rm -rf Viewers -cp -r ~/Projects/Viewers . -#git clone https://github.com/OHIF/Viewers.git +git clone https://github.com/OHIF/Viewers.git cd Viewers git checkout 33f125940863607f8dba82c71b27a43f35431dd5 @@ -51,5 +50,6 @@ APP_CONFIG=config/monai_label.js PUBLIC_URL=/ohif/ QUICK_BUILD=true yarn run bui rm -rf ${install_dir} cp -r platform/app/dist/ ${install_dir} echo "Copied OHIF to ${install_dir}" +rm -rf ../Viewers cd ${curr_dir}