author | berghofe |
Thu, 26 Feb 2009 16:32:46 +0100 | |
changeset 30107 | f3b3b0e3d184 |
parent 29154 | 32b13b953e3a |
child 30901 | 9343d4b7c5bf |
permissions | -rwxr-xr-x |
29136 | 1 |
#!/bin/bash |
2 |
# |
|
3 |
# Make Isabelle application bundle |
|
4 |
||
5 |
THIS="$(cd "$(dirname "$0")"; pwd)" |
|
6 |
||
7 |
PLATYPUS_APP="/Applications/Platypus-4.0/Platypus.app" |
|
8 |
COCOADIALOG_APP="/Applications/CocoaDialog.app" |
|
9 |
||
10 |
"$PLATYPUS_APP/Contents/Resources/platypus" \ |
|
11 |
-a Isabelle -u Isabelle \ |
|
12 |
-I "de.tum.in.isabelle" \ |
|
13 |
-i "$THIS/isabelle.icns" \ |
|
29151 | 14 |
-D -X thy \ |
29136 | 15 |
-p /bin/bash \ |
16 |
-c "$THIS/script" \ |
|
17 |
-o None \ |
|
18 |
-f "$COCOADIALOG_APP" \ |
|
29154 | 19 |
"$PWD/Isabelle.app" |