Skip to content

Commit 9339639

Browse files
authored
Update paths to new static binaries
Fixes #1 Former-commit-id: e9ebda6 Former-commit-id: 18939f7
1 parent f561624 commit 9339639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/JpegXlEncode/Encoder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ private static function getBinaryPath()
103103
return __DIR__ . '/../../bin/cjxl-v0-5-0-macos-x64-static';
104104
}
105105
if (PHP_OS_FAMILY === 'Linux') {
106-
return __DIR__ . '/../../bin/cjxl-v84f08079a0a5491ab81f3a7c6fb2ce8e3995d88d-linux-x64-static';
106+
return __DIR__ . '/../../bin/cjxl-v0-5-0-linux-x64-static';
107107
}
108108
if (PHP_OS_FAMILY === 'Windows') {
109-
return __DIR__ . '/../../bin/cjxl-v84f08079a0a5491ab81f3a7c6fb2ce8e3995d88d-windows-x64-static.exe';
109+
return __DIR__ . '/../../bin/cjxl-v0-5-0-windows-x64-static.exe';
110110
}
111111
throw new \Exception('Could not find binary suitable for the current operating system.');
112112
}

0 commit comments

Comments
 (0)