mirror of
https://github.com/corda/corda.git
synced 2024-12-28 00:38:55 +00:00
CORPRIV-659: Update installer script and icons for DMG.
This commit is contained in:
parent
a695ff0140
commit
09d3fb423d
@ -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
|
||||
|
BIN
tools/demobench/package/macosx/DemoBench-volume.icns
Normal file
BIN
tools/demobench/package/macosx/DemoBench-volume.icns
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user