Skip to content

Commit

Permalink
Windows: use v8.12.2-build2 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Jan 31, 2022
1 parent 2c75ffd commit a3be8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ case ${PLATFORM} in
esac

FILENAME="vips-dev-${ARCH}-web-${VERSION_VIPS}-static.zip"
URL="https://github.com/libvips/build-win64-mxe/releases/download/v${VERSION_VIPS}/${FILENAME}"
URL="https://github.com/libvips/build-win64-mxe/releases/download/v${VERSION_VIPS}-build2/${FILENAME}"
echo "Downloading $URL"
$CURL -O $URL
unzip $FILENAME
Expand Down

0 comments on commit a3be8d7

Please sign in to comment.