更新 'qt_package.py'

最新win10需要VCRUNTIME140_1.DLL
This commit is contained in:
xiaoyuluoke 2020-07-03 07:30:22 +00:00
parent 3d22167f05
commit 500791656e
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ if(win_plateform=="win32"):
if(win_plateform=="x64"):
#64位软件
copyfile('C:\Windows\System32\VCRUNTIME140.DLL', './VCRUNTIME140.DLL')
copyfile('C:\Windows\System32\VCRUNTIME140_1.DLL', './VCRUNTIME140_1.DLL')
copyfile('C:\Windows\System32\msvcp140.DLL', './msvcp140.DLL')
copyfile('C:\Windows\System32\msvcrt.DLL', './msvcrt.DLL')
listFiles=os.listdir()#列举当前目录下文件列表