octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MacOS X App Bundle


From: Ben Abbott
Subject: Re: MacOS X App Bundle
Date: Sat, 30 Jun 2012 23:08:05 -0400

On Jun 30, 2012, at 7:00 PM, Ben Abbott wrote:

> On Jun 30, 2012, at 6:31 PM, c. wrote:
> 
>> On 30 Jun 2012, at 23:24, Ben Abbott wrote:
>> 
>>> Do you know if it possible have the AppleScript launch a shell script that 
>>> is part of the App bundle?
>> yes, but why do you want to do that?
>> 
>>> Ben
>> c.
> 
> Just looking for a way to eliminate the need for Platypus.
> 
> In any event, after experimenting, I figured it out
> 
> tell application "Terminal"
>       do script quoted form of POSIX path of (path to me) & 
> "Contents/Resources/bin/octave; exit"
> end tell
> 
> I have a couple more minor things to work out and I'll no longer had a need 
> for the Platypus share-ware.
> 
> Ben

I managed to create an App bundle without using Platypus.

        
http://www.octave.org/wiki/index.php?title=Create_a_MacOS_X_App_Bundle_Using_MacPorts#Testing

Ben


reply via email to

[Prev in Thread] Current Thread [Next in Thread]