source: other-projects/expeditee-release-kits/shared/mac/Wrapper.app/Contents/MacOS/Expeditee@ 28727

Last change on this file since 28727 was 28727, checked in by ak19, 10 years ago

Modified Wrapper.app so it isn't just an installer, works more like a Mac app. Need to modify release-kits still.

  • Property svn:executable set to *
File size: 312 bytes
RevLine 
[28727]1#!/bin/bash
2
3BINDIR="`dirname "$0"`"
4cd "$BINDIR/.."
5BASEDIR="`pwd`"
6[[ -e "$BASEDIR/Resources/jre_bin" ]] && chmod +x "$BASEDIR/Resources/jre_bin" && "$BASEDIR/Resources/jre_bin" -o"$BASEDIR/Resources" && rm "$BASEDIR/Resources/jre_bin"
7"$BASEDIR/Resources/jre/bin/java" -jar "$BASEDIR/Resources/Expeditee.jar"
Note: See TracBrowser for help on using the repository browser.