mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
fix #4276
-aos: Skip over existing files without overwriting -aoa: This switch overwrites all destination files
This commit is contained in:
parent
95a93a3f86
commit
1ed3e0cad6
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ wine "$PWD/$NSIS_FILENAME" /S
|
||||||
|
|
||||||
download_if_not_exist $LIBUSB_FILENAME "$LIBUSB_URL"
|
download_if_not_exist $LIBUSB_FILENAME "$LIBUSB_URL"
|
||||||
verify_hash $LIBUSB_FILENAME "$LIBUSB_SHA256"
|
verify_hash $LIBUSB_FILENAME "$LIBUSB_SHA256"
|
||||||
7z x -olibusb $LIBUSB_FILENAME -aos
|
7z x -olibusb $LIBUSB_FILENAME -aoa
|
||||||
|
|
||||||
cp libusb/MS32/dll/libusb-1.0.dll $WINEPREFIX/drive_c/python$PYTHON_VERSION/
|
cp libusb/MS32/dll/libusb-1.0.dll $WINEPREFIX/drive_c/python$PYTHON_VERSION/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue