From fdb900006056844a336276d066a10e6fadc885cb Mon Sep 17 00:00:00 2001 From: Kenneth Lausdahl Date: Tue, 19 Jul 2016 09:03:39 +0200 Subject: [PATCH] updated xcompile script to support any version of the vdm tool wrapper --- xcompile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcompile.sh b/xcompile.sh index 1f3d21b..b035656 100755 --- a/xcompile.sh +++ b/xcompile.sh @@ -81,7 +81,7 @@ function overtureToolWrapper unzip -l vdm-tool-wrapper.zip # resources unzip -o -j vdm-tool-wrapper.zip vdm-tool-wrapper/resources/config.txt -d $1/resources/ - unzip -o -j vdm-tool-wrapper.zip vdm-tool-wrapper/resources/fmi-interpreter-0.0.1-SNAPSHOT-jar-with-dependencies.jar -d $1/resources/ + unzip -o -j vdm-tool-wrapper.zip vdm-tool-wrapper/resources/fmi-interpreter-*-jar-with-dependencies.jar -d $1/resources/ bindir=$1/build mkdir -p $bindir/{darwin64,win32,win64,linux32,linux64}