fix(webp)

This commit is contained in:
Jacob Heider 2023-04-17 09:32:09 -04:00
parent ceb33b1622
commit 143fd83d06
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -28,6 +28,7 @@ build:
- --prefix="{{prefix}}" - --prefix="{{prefix}}"
provides: provides:
darwin:
- bin/cwebp - bin/cwebp
- bin/dwebp - bin/dwebp
- bin/gif2webp - bin/gif2webp
@ -35,6 +36,13 @@ provides:
- bin/vwebp - bin/vwebp
- bin/webpinfo - bin/webpinfo
- bin/webpmux - bin/webpmux
linux:
- bin/cwebp
- bin/dwebp
- bin/gif2webp
- bin/img2webp
- bin/webpinfo
- bin/webpmux
test: test:
dependencies: dependencies: