[Mono-osx] MacPack Update

kangaroo grompf at sublimeintervention.com
Thu Sep 15 21:00:48 EDT 2005


Thanks aaron, this is fixed in SVN (slightly different from your patch)

-kangaroo

On 15-Sep-05, at 8:13 PM, Aaron Flynt wrote:

> I haven't actually used the new macpack, but I checked out the  
> script in SVN and created a test app bundle with the changes to the  
> LOADER script. Using the new script my app launches with 2 main  
> windows one real one and one vestigial one.
>
> The duplicate window issue seems to have something to do with the  
> symlinked mono being in the same directory as the app .exe.  
> Changing the last lines of the script to the following fixes the  
> problem for me:
>
> else
>     if [ -f "bin/$APP_NAME" ]; then rm -f ./bin/$APP_NAME ; fi
>     mkdir bin
>     ln -s `which mono` "./bin/$APP_NAME"
>     "./bin/$APP_NAME" "$ASSEMBLY"
> fi
>
> -=Aaron=-
>
> On Sep 15, 2005, at 9:04 AM, kangaroo wrote:
>
>
>> I just commited a bugfix to macpack.  It will now display the  
>> bundle name (whatever the .app is named) instead of "mono" for  
>> macpacked executables.
>>
>> You'll need a macpack compiled from todays SVN to take advantage  
>> of this new feature.
>>
>> -kangaroo
>>
>> _______________________________________________
>> Mono-osx mailing list
>> Mono-osx at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-osx
>>
>>
>
>
>



More information about the Mono-osx mailing list