]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/make_installer.py
regened with new version
[wxWidgets.git] / wxPython / distrib / make_installer.py
index 4f9eb5e2a6cd42dce4e4fb337f158363e89fe479..cdc7ca6e5e2bfd977644d04eab218403c4d38ff3 100644 (file)
@@ -520,7 +520,7 @@ def main():
 
     MSLU=''
     if len(sys.argv) > 1 and sys.argv[1] == "UNICODE=1":
-        MSLU=r'Source: "%(WXDIR)s\lib\vc_dll\unicows.dll";  DestDir: "{code:GetPythonDir}"; Components: core' % vars()
+        MSLU=r'Source: "distrib\msw\unicows.dll";  DestDir: "{code:GetPythonDir}"; Components: core' % vars()
 
     f = open(ISSFILE, "w")
     f.write(ISS_Template % vars())