Index: build.bat ================================================================== --- build.bat +++ build.bat @@ -19,10 +19,11 @@ call xcopy scriptlibs dist\QuickWho\tcl\tk8.6 /s /i /y call xcopy winlibs dist\QuickWho\tcl\tk8.6 /s /i /y ::call xcopy msgcat dist\QuickWho\tcl /s /i /y call xcopy C:\Strawberry\c\bin\*.dll dist\QuickWho\ +call xcopy C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x64\*.dll C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x64 call xcopy QuickWho.exe dist\QuickWho\ call xcopy QuickWho.py dist\QuickWho\ call xcopy ToolTip.py dist\QuickWho\ rd C:\Users\kevin\Desktop\quickwho\dist\QuickWho\Doc\ /s /q