comparison Resources/CreateOHIFDist.sh @ 34:e2d1d82b79f3

Update OHIF to 3.8.0-beta.60
author Alain Mazy <am@osimis.io>
date Fri, 15 Mar 2024 15:34:18 +0100
parents 36049c04ee27
children d16e40e084dc
comparison
equal deleted inserted replaced
33:1c8515124f27 34:e2d1d82b79f3
26 # our CIS. 26 # our CIS.
27 27
28 set -ex 28 set -ex
29 29
30 if [ "$1" = "" ]; then 30 if [ "$1" = "" ]; then
31 PACKAGE=Viewers-3.7.0 31 PACKAGE=Viewers-3.8.0-beta.60.tar.gz
32 else 32 else
33 PACKAGE=$1 33 PACKAGE=$1
34 fi 34 fi
35 35
36 if [ -t 1 ]; then 36 if [ -t 1 ]; then