diff options
author | Damian Minkov <damencho@jitsi.org> | 2014-12-07 21:21:32 +0200 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2014-12-07 22:26:25 +0200 |
commit | 4a139fc89bd175b8a2723429465abe58d53b68c1 (patch) | |
tree | 940591d79f41d53fee7c51da823540d3f6690493 /src/native | |
parent | 392dc44fef64ed1c83731272f30916a360b00105 (diff) | |
download | jitsi-4a139fc89bd175b8a2723429465abe58d53b68c1.zip jitsi-4a139fc89bd175b8a2723429465abe58d53b68c1.tar.gz jitsi-4a139fc89bd175b8a2723429465abe58d53b68c1.tar.bz2 |
Removes old launcher as its not needed anymore.
Diffstat (limited to 'src/native')
-rw-r--r-- | src/native/macosx/launcher/launcher.m | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/native/macosx/launcher/launcher.m b/src/native/macosx/launcher/launcher.m index 6cc7dbc..02d5bd9 100644 --- a/src/native/macosx/launcher/launcher.m +++ b/src/native/macosx/launcher/launcher.m @@ -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); } |