From: vincent@cubedesigners.com Date: Thu, 18 Feb 2021 20:40:29 +0000 (+0000) Subject: wait #4278 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f84dc3a02841d8f11498f0ead9272b5e18648a3c;p=cubeextranet.git wait #4278 --- diff --git a/inc/ws/Util/packager/class.ws.packager.win.inst.html.php b/inc/ws/Util/packager/class.ws.packager.win.inst.html.php index 3374e69db..05e0a10b8 100644 --- a/inc/ws/Util/packager/class.ws.packager.win.inst.html.php +++ b/inc/ws/Util/packager/class.ws.packager.win.inst.html.php @@ -59,7 +59,7 @@ class wsPackagerWinINSTHTML extends wsPackagerWinEXEHTML { $tmp = cubeFiles::tempnam() . '.nsi'; file_put_contents($tmp, $this->nsi); - $makensis = new CubeIT_CommandLine('makensis'); + $makensis = new CubeIT_CommandLine('/usr/local/bin/makensis'); $makensis->setArg(null, $tmp); $makensis->execute(); $makensis->debug();