diff --git a/client/build_library_zip.py b/client/build_library_zip.py index 8e09d20b..22c9f9b2 100644 --- a/client/build_library_zip.py +++ b/client/build_library_zip.py @@ -24,7 +24,7 @@ elif sys.argv[1]=="x64": print "copying installed python version to sources\\resources\\python27_x64.dll" shutil.copy("C:\\Windows\system32\python27.dll", "sources\\resources\\python27_x64.dll") print "copying x64 msvcr90.dll to sources" - shutil.copy("C:\\Windows\\winsxs\\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91\\msvcr90.dll", "sources\\resources\\msvcr90_x64.dll") + shutil.copy("C:\\Windows\\winsxs\\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_750b37ff97f4f68b\\msvcr90.dll", "sources\\resources\\msvcr90_x64.dll") else: exit("usage: python %s (x86|x64)"%sys.argv[0])