From ae0811d36db40892b1adc68dc0904d39e9c545ad Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 6 Sep 2013 08:02:14 +0000 Subject: [PATCH] --- inc/ws/Util/class.ws.exporter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/ws/Util/class.ws.exporter.php b/inc/ws/Util/class.ws.exporter.php index b9c203f3f..f3b991bc5 100644 --- a/inc/ws/Util/class.ws.exporter.php +++ b/inc/ws/Util/class.ws.exporter.php @@ -29,11 +29,11 @@ class wsExporter { $phonegap->setAuthor('Fluidbook', 'contact@fluidbook.com', 'http://www.fluidbook.com'); $phonegap->setVersion('1.0.0'); $phonegap->setPlatform($os); - $phonegap->getWWWDirectory($dir); + $phonegap->setWWWDirectory($dir); if ($os == 'ios') { $phonegap->setDistantCompiler('paris.cubedesigners.com', 'vincent', '/Phonegap/Projects/' . $d, 22022); } else if ($os == 'android') { - $phonegap->setDistantCompiler('paris.cubedesigners.com', 'Vincent', '/Phonegap/Projects/' . $d, 22322); + $phonegap->setDistantCompiler('paris.cubedesigners.com', 'Vincent', 'h:/Works/Phonegap/Projects/' . $d, 22322); } $phonegap->setPreference('orientation', CubeIT_Mobile_Phonegap::ORIENTATION_PORTRAIT); $phonegap->setPreference('target-device', CubeIT_Mobile_Phonegap::TARGET_TABLET); -- 2.39.5