author | huffman |
Thu, 08 Jan 2009 12:25:22 -0800 | |
changeset 29410 | 97916a925a69 |
parent 29154 | 32b13b953e3a |
child 30901 | 9343d4b7c5bf |
permissions | -rwxr-xr-x |
#!/bin/bash # # Make Isabelle application bundle THIS="$(cd "$(dirname "$0")"; pwd)" PLATYPUS_APP="/Applications/Platypus-4.0/Platypus.app" COCOADIALOG_APP="/Applications/CocoaDialog.app" "$PLATYPUS_APP/Contents/Resources/platypus" \ -a Isabelle -u Isabelle \ -I "de.tum.in.isabelle" \ -i "$THIS/isabelle.icns" \ -D -X thy \ -p /bin/bash \ -c "$THIS/script" \ -o None \ -f "$COCOADIALOG_APP" \ "$PWD/Isabelle.app"