Skip to content

Commit

Permalink
Fix Build (#1574)
Browse files Browse the repository at this point in the history
Signed-off-by: Sachidanand Alle <[email protected]>
  • Loading branch information
SachidanandAlle authored Oct 18, 2023
1 parent 5f6b07e commit 380c168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/ohifv3/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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}

0 comments on commit 380c168

Please sign in to comment.