From 9e4fbad88e928bcd4e38e6b1bd5912fad956aae6 Mon Sep 17 00:00:00 2001 From: bianruifeng <912736557@qq.com> Date: Tue, 31 May 2022 11:44:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=BC=95=E5=85=A5Windows?= =?UTF-8?q?=E4=B8=8B=20=E9=A9=B1=E5=8A=A8=E7=9A=84dll=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Installer.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Installer.spec b/Installer.spec index c028924..895500b 100644 --- a/Installer.spec +++ b/Installer.spec @@ -5,6 +5,11 @@ block_cipher = None binaries = [ ('C:\\Windows\\System32\\libusb0.dll', '.'), + ('C:\\Windows\\System32\\libusb-1.0.dll', '.'), + ('C:\\Windows\\System32\\libusbK.dll', '.'), + ('C:\\Windows\\System32\\winusb.dll', '.'), + ('C:\\Windows\\System32\\winusb.sys', '.'), + ('C:\\Windows\\System32\\WinUSBCoInstaller2.dll', '.'), ] a = Analysis(['src\\firmwareInstaller.py'], pathex=['D:\\Work\\Project\\FirmwareInstaller'],