Skip to content

Commit 99bdeaf

Browse files
committed
Revert "Add FTD2XX.DLL"
This reverts commit 7832747.
1 parent 7832747 commit 99bdeaf

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

u-blox_Update_GUI/FTD2XX.DLL

-56 KB
Binary file not shown.

u-blox_Update_GUI/RTK_u-blox_Update_GUI.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
Pyinstaller:
2323
Windows:
24-
pyinstaller --onefile --clean --noconsole --distpath=./Windows_exe --icon=RTK.ico --add-binary="ubxfwupdate.exe;." --add-binary="libMPSSE.dll;." --add-binary="flash.xml;." --add-binary="FTD2XX.DLL;." --add-binary="RTK.png;." RTK_u-blox_Update_GUI.py
24+
pyinstaller --onefile --clean --noconsole --distpath=./Windows_exe --icon=RTK.ico --add-binary="ubxfwupdate.exe;." --add-binary="libMPSSE.dll;." --add-binary="flash.xml;." --add-binary="RTK.png;." RTK_u-blox_Update_GUI.py
2525
2626
Pyinstaller needs:
2727
RTK_u-blox_Update_GUI.py (this file!)
@@ -30,7 +30,6 @@
3030
ubxfwupdate.exe (copied from u-center v22.02)
3131
libMPSSE.dll (copied from u-center v22.02)
3232
flash.xml (copied from u-center v22.02)
33-
FTD2XX.DLL (?)
3433
3534
MIT license
3635
Binary file not shown.

0 commit comments

Comments
 (0)