waflecl / 1upmodrcon

Automatically exported from code.google.com/p/1upmodrcon
0 stars 1 forks source link

Join Server on Mac #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Join Server link when on Mac doesn't work, but not because of that, but 
because when selecting the path to the UrbanTerror.app, is not enough, the 
actual binary inside the app folder isn't returned. This is a TODO item, detect 
if the end-user is on OSX, and after they select the path to Urban Terror, add 
the additional path from the app folder to the binary. Then the Join Server 
button will work.

Original issue reported on code.google.com by thelette...@gmail.com on 22 Sep 2010 at 1:52

GoogleCodeExporter commented 9 years ago
The mac file browser will return the path to the ioUrbanTerror.app folder since 
Mac treats it as an executable folder, so we just need to concat on to it 
/Contents/MacOS/ioUrbanTerror.ub

Original comment by thelette...@gmail.com on 6 Mar 2011 at 8:22

GoogleCodeExporter commented 9 years ago
actually needs the .app/ before the /Contents/...

Original comment by thelette...@gmail.com on 5 Jun 2011 at 7:31

GoogleCodeExporter commented 9 years ago
Fixed in r302.

Original comment by jmvrba...@gmail.com on 5 Jun 2011 at 9:21