aboutsummaryrefslogtreecommitdiff
path: root/tools/EventClients
diff options
context:
space:
mode:
authorwsnipex <wsnipex@a1.net>2014-09-23 14:48:30 +0200
committerMemphiz <memphis@machzwo.de>2014-10-19 21:34:58 +0200
commit4f0381f83d70f17a499e31a8ad518e3d2ff206a7 (patch)
tree92faf2648fdc0ab2bcbb44b3b1a2243f7b84bb80 /tools/EventClients
parentf83fa708edf1b73ce2d035ad8d1326eca719a0bd (diff)
[rebrand][darwin] adjust to new env var APP_HOME instead of XBMC_HOME
Diffstat (limited to 'tools/EventClients')
-rw-r--r--tools/EventClients/Clients/OSXRemote/XBMCHelper.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/EventClients/Clients/OSXRemote/XBMCHelper.m b/tools/EventClients/Clients/OSXRemote/XBMCHelper.m
index 1e945499ec..20d0f6fe8f 100644
--- a/tools/EventClients/Clients/OSXRemote/XBMCHelper.m
+++ b/tools/EventClients/Clients/OSXRemote/XBMCHelper.m
@@ -268,7 +268,7 @@
NSFileManager *fileManager = [NSFileManager defaultManager];
if([fileManager fileExistsAtPath:mp_app_path]){
if(mp_home_path && [mp_home_path length])
- setenv("XBMC_HOME", [mp_home_path UTF8String], 1);
+ setenv("APP_HOME", [mp_home_path UTF8String], 1);
//launch or activate xbmc
if(![[NSWorkspace sharedWorkspace] launchApplication:mp_app_path])
ELOG(@"Error launching %@", mp_app_path);