Removes old launcher as its not needed anymore.

cefexperiments
Damian Minkov 12 years ago
parent 392dc44fef
commit 4a139fc89b

@ -285,12 +285,7 @@ void launchJitsi(int argMainCount, char *argMainValues[])
if(jli_LaunchFxnPtr == NULL)
{
NSString *oldLauncher =
[NSMutableString stringWithFormat:@"%@/Contents/MacOS/%@_Launcher",
[mainBundle bundlePath], pname];
execv([oldLauncher fileSystemRepresentation], argMainValues);
NSLog(@"No java found!");
exit(-1);
}

Loading…
Cancel
Save