We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4ed29 commit 73a2bedCopy full SHA for 73a2bed
.github/workflows/Build.yml
@@ -67,7 +67,7 @@ jobs:
67
run: |
68
curl -o libusb.7z -L https://github.com/libusb/libusb/releases/download/v1.0.25/libusb-1.0.25.7z
69
7z x libusb.7z -r -olibusb
70
- Xcopy /E /I /Y libusb\include $env:QT_ROOT_DIR\include
+ Xcopy /E /I /Y libusb\include %QT_ROOT_DIR%\include
71
Xcopy /E /I /Y libusb\MinGW64\static\libusb-1.0.a Software\LibreCAL-GUI
72
shell: cmd
73
0 commit comments