From b9e1aa551564867be0d5d263612709e1128db4bb Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 28 Oct 2019 10:56:40 +0000 Subject: [PATCH] wip #3086 @1 --- inc/ws/Util/class.ws.exporter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Util/class.ws.exporter.php b/inc/ws/Util/class.ws.exporter.php index e43ad79a3..335eddfa7 100644 --- a/inc/ws/Util/class.ws.exporter.php +++ b/inc/ws/Util/class.ws.exporter.php @@ -67,7 +67,7 @@ class wsExporter $phonegap->setAppName($appNames); $phonegap->setWWWDirectory($dir); if ($os == 'ios') { - $phonegap->setDistantCompiler(self::VINCENT, 'vincent', 'atacama', '/Phonegap/Projects/' . $d, '/mnt/macbox/Phonegap/Projects/' . $d, 22022, SSH_KEY); + $phonegap->setDistantCompiler(self::VINCENT, 'vincent', 'atacama', '/Users/vincent/Phonegap/Projects/' . $d, '/mnt/macbox/Phonegap/Projects/' . $d, 22022, SSH_KEY); } else if ($os == 'android') { $manifestType = isset($collection->settings['offline']) ? 'Offline' : 'Online'; if (!$phonegap->getExpansion()) { -- 2.39.5