File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ jobs:
6464
6565 - name : Download libusb
6666 run : |
67- curl -o libusb.7z -L https://github.com/libusb/libusb/releases/download/v1.0.23/libusb-1.0.23 .7z
67+ curl -o libusb.7z -L https://github.com/libusb/libusb/releases/download/v1.0.23/libusb-1.0.25 .7z
6868 7z x libusb.7z -r -olibusb
6969 Xcopy /E /I /Y libusb\include ..\Qt\6.2.0\mingw81_64\include
70- Xcopy /E /I /Y libusb\MinGW64\static Software\LibreCAL-GUI
70+ Xcopy /E /I /Y libusb\MinGW64\static\libusb-1.0.a Software\LibreCAL-GUI
7171 shell : cmd
7272
7373 - name : Get build timestamp
Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ jobs:
8080
8181 - name : Download libusb
8282 run : |
83- curl -o libusb.7z -L https://github.com/libusb/libusb/releases/download/v1.0.23/libusb-1.0.23 .7z
83+ curl -o libusb.7z -L https://github.com/libusb/libusb/releases/download/v1.0.23/libusb-1.0.25 .7z
8484 7z x libusb.7z -r -olibusb
8585 Xcopy /E /I /Y libusb\include ..\Qt\6.2.0\mingw81_64\include
86- Xcopy /E /I /Y libusb\MinGW64\static Software\LibreCAL-GUI
86+ Xcopy /E /I /Y libusb\MinGW64\static\libusb-1.0.a Software\LibreCAL-GUI
8787 shell : cmd
8888
8989 - name : Get app version
You can’t perform that action at this time.
0 commit comments