Changeset 30118


Ignore:
Timestamp:
2015-08-22T17:07:21+12:00 (9 years ago)
Author:
ak19
Message:

Correcting location of icon.icns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/shared/mac/Wrapper.app/Contents/MacOS/greenstone

    r30111 r30118  
    2424        cd "$BASEDIR/Resources/Java/"
    2525        gs_installer=`ls Greenstone-*-MacOS-intel.jar`
    26         tar -xvf /tmp/jre.tar -C /tmp && rm /tmp/jre.tar && "/tmp/jre/bin/java" -jar -Xdock:icon="$BASEDIR/Resources/Java/icon.icns" "$gs_installer"
     26        tar -xvf /tmp/jre.tar -C /tmp && rm /tmp/jre.tar && "/tmp/jre/bin/java" -jar -Xdock:icon="$BASEDIR/Resources/icon.icns" "$gs_installer"
    2727
    2828        # if after running the installer, the user cancelled installation, then the jre would still be in tmp, remove it to
Note: See TracChangeset for help on using the changeset viewer.