显示引入Windows下 驱动的dll 文件
This commit is contained in:
parent
6e8fe48504
commit
9e4fbad88e
@ -5,6 +5,11 @@ block_cipher = None
|
|||||||
|
|
||||||
binaries = [
|
binaries = [
|
||||||
('C:\\Windows\\System32\\libusb0.dll', '.'),
|
('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'],
|
a = Analysis(['src\\firmwareInstaller.py'],
|
||||||
pathex=['D:\\Work\\Project\\FirmwareInstaller'],
|
pathex=['D:\\Work\\Project\\FirmwareInstaller'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user