显示引入Windows下 驱动的dll 文件

This commit is contained in:
边瑞峰 2022-05-31 11:44:53 +08:00
parent 6e8fe48504
commit 9e4fbad88e

View File

@ -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'],