We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f561624 commit 9339639Copy full SHA for 9339639
src/JpegXlEncode/Encoder.php
@@ -103,10 +103,10 @@ private static function getBinaryPath()
103
return __DIR__ . '/../../bin/cjxl-v0-5-0-macos-x64-static';
104
}
105
if (PHP_OS_FAMILY === 'Linux') {
106
- return __DIR__ . '/../../bin/cjxl-v84f08079a0a5491ab81f3a7c6fb2ce8e3995d88d-linux-x64-static';
+ return __DIR__ . '/../../bin/cjxl-v0-5-0-linux-x64-static';
107
108
if (PHP_OS_FAMILY === 'Windows') {
109
- return __DIR__ . '/../../bin/cjxl-v84f08079a0a5491ab81f3a7c6fb2ce8e3995d88d-windows-x64-static.exe';
+ return __DIR__ . '/../../bin/cjxl-v0-5-0-windows-x64-static.exe';
110
111
throw new \Exception('Could not find binary suitable for the current operating system.');
112
0 commit comments