OSDN Git Service

sconstruct: Quote the publisher when passing it to makensis. Fixes failure when suppl...
authorJames Teh <jamie@jantrid.net>
Sun, 23 Jan 2011 22:03:00 +0000 (08:03 +1000)
committerJames Teh <jamie@jantrid.net>
Sun, 23 Jan 2011 22:03:00 +0000 (08:03 +1000)
sconstruct

index bc8dafd..fdb4947 100755 (executable)
@@ -201,7 +201,7 @@ env.Alias("portable", portableArchive)
 \r
 installer = env.Command(outputDir.File("%s_installer.exe" % outFilePrefix), ["installer/nvda.nsi", installerDist],\r
        [[makensis, "/V2",\r
-       "/DVERSION=$version", "/DPUBLISHER=$publisher",\r
+       "/DVERSION=$version", '/DPUBLISHER="$publisher"',\r
        "/DNVDASourceDir=${SOURCES[1].abspath}", "/XOutFile ${TARGET.abspath}",\r
        "$SOURCE"]])\r
 if certFile:\r