Skip to content

Commit

Permalink
Use OHIF V3 as default
Browse files Browse the repository at this point in the history
Signed-off-by: Sachidanand Alle <[email protected]>
  • Loading branch information
SachidanandAlle committed Oct 18, 2023
1 parent 11b8412 commit e380f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def recursive_files(directory, prefix):
if build_ohif:
print("Building OHIF...")
script = "build.bat" if any(platform.win32_ver()) else "build.sh"
command = os.path.realpath(os.path.join(os.path.dirname(__file__), "plugins", "ohif", script))
command = os.path.realpath(os.path.join(os.path.dirname(__file__), "plugins", "ohifv3", script))
if os.path.exists(command):
subprocess.call(["sh", command])
else:
Expand Down

0 comments on commit e380f3c

Please sign in to comment.