comparison Resources/CreateOHIFDist.sh @ 49:b90285e2b4d2

update OHIF to 3.8.3
author Alain Mazy <am@orthanc.team>
date Fri, 12 Jul 2024 08:58:51 +0200
parents 58d93952642f
children
comparison
equal deleted inserted replaced
48:176a2504c041 49:b90285e2b4d2
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.9.0-beta.16 31 PACKAGE=Viewers-3.8.3
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