]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 12 Jan 2012 17:40:27 +0000 (17:40 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 12 Jan 2012 17:40:27 +0000 (17:40 +0000)
fluidbook/compile/autorun.inf
inc/ws/Util/packager/class.ws.packager.win.cd.php

index c78003e87fe990e5712706df85f2cdc83d4d79ba..d3008beaf3e49033c8b0f044779137eeb6c142d7 100644 (file)
@@ -1,5 +1,5 @@
 [autorun]\r
 label=$title\r
-icon=data/fluidbook.ico\r
+icon=data\fluidbook.ico\r
 open=$exe\r
 action=$title
\ No newline at end of file
index 16843462c09f661dea91b916e28b43587d2abb6c..333648642e33501315c07357b999faaf8892adea 100644 (file)
@@ -22,7 +22,7 @@ class wsPackagerWinCD extends wsPackagerMacEXE {
                $inf = file_get_contents($this->vdir . 'autorun.inf');\r
                $toReplace = array('title' => $this->book->parametres->title, 'exe' => 'Windows-PC-' . $this->exeName . '.exe');\r
                $inf = $this->replaceContents($inf, $toReplace);\r
-               file_put_contents($this->vdir . 'autorun.inf', $inf);\r
+               file_put_contents($this->vdir . 'autorun.inf', utf8_decode($inf));\r
        }\r
 \r
        protected function postPackage() {\r