mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-25 14:04:55 +03:00
appveyor: get libusb from github
This commit is contained in:
parent
b7aa574179
commit
3accc825a0
@ -68,7 +68,7 @@ after_build:
|
||||
- 7z x ykpers-%YKPERS_VERSION%-%WIN_ARCH%.zip -o".\ykpers"
|
||||
- ps: Copy-Item .\ykpers\bin\*.dll .\release -Force
|
||||
|
||||
- ps: Invoke-WebRequest "http://prdownloads.sourceforge.net/libusb/libusb-$env:LIBUSB_VERSION.7z" -OutFile "libusb-$env:LIBUSB_VERSION.7z" -UserAgent [Microsoft.PowerShell.Commands.PSUserAgent]::Chrome
|
||||
- ps: wget "https://github.com/libusb/libusb/releases/download/v$env:LIBUSB_VERSION/libusb-$env:LIBUSB_VERSION.7z" -OutFile "libusb-$env:LIBUSB_VERSION.7z"
|
||||
- 7z x libusb-%LIBUSB_VERSION%.7z -o".\libusb"
|
||||
- ps: Copy-Item ".\libusb\$env:LIBUSB_DLL_FOLDER\dll\*.dll" .\release -Force
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user