]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 18 Oct 2012 09:12:38 +0000 (09:12 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 18 Oct 2012 09:12:38 +0000 (09:12 +0000)
inc/ws/Util/packager/class.ws.packager.win.inst.php

index 59feaeeb169e36b9bf795c227a61cf5c6f3bdceb..886ff7dd2b1b898289017996662654942c620694 100644 (file)
@@ -35,7 +35,7 @@ class wsPackagerWinINST extends wsPackagerWinEXE {
                $nsi = str_replace('$fdir', $winvdir, $nsi);\r
                $nsi = str_replace('$titre', utf8_decode($this->book->parametres->title), $nsi);\r
                $nsi = str_replace('$lang', utf8_decode($lang->nsis), $nsi);\r
-               $nsi = str_replace('$nsisdir', '/usr/local/nsis/nsis-2.46/share/nsis', $nsi);\r
+               $nsi = str_replace('$nsisdir', '/usr/share/nsis', $nsi);\r
                $nsi = str_replace('$output', $this->getPathBase('exe'), $nsi);\r
                $favicon = $this->vdir . '/data/fluidbook.ico';\r
                if ($this->theme->parametres->favicon == '') {\r