comparison Resources/CreateOHIFDist.sh @ 42:8769a14d2f15

updated OHIF to 3.8.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 May 2024 09:47:49 +0200
parents d16e40e084dc
children 61771e7c44a8
comparison
equal deleted inserted replaced
41:2753b5eeacb1 42:8769a14d2f15
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.8.0-beta.60 31 PACKAGE=Viewers-3.8.0
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