CORPRIV-659: Update installer script and icons for DMG.

This commit is contained in:
Chris Rankin 2017-02-20 17:52:17 +00:00
parent a695ff0140
commit 09d3fb423d
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
if [ -z "$JAVA_HOME" ]; then
echo "Please set JAVA_HOME correctly."
else
cp $JAVA_HOME/jre/bin/java ./DemoBench/runtime/bin
INSTALL_HOME=../images/DemoBench.app/Contents/PlugIns/Java.runtime/Contents/Home/jre/bin
mkdir -p $INSTALL_HOME
cp $JAVA_HOME/jre/bin/java $INSTALL_HOME
fi

Binary file not shown.