Skip to content

Commit

Permalink
Update scripts/fetch-deps.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Rohan Singh <[email protected]>
  • Loading branch information
matslina and rohansingh authored Nov 6, 2023
1 parent 84ecae8 commit 30efb90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/fetch-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ for ARCH in $RELEASE_ARCHS
do
if [[ $ARCH == windows* ]]; then
curl -sLO "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/${LIBWEBP_VERSION}-${ARCH}.zip"
curl -sLO "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/${LIBWEBP_VERSION}-${ARCH}.zip.asc"
unzip -q "${LIBWEBP_VERSION}-${ARCH}.zip" -d "${ARCH}"
else
curl -sLO "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/${LIBWEBP_VERSION}-${ARCH}.tar.gz"
Expand Down

0 comments on commit 30efb90

Please sign in to comment.