fix(icu_static_win): update paths for ICU static libraries and includes

This commit is contained in:
crazywhalecc
2026-04-09 23:37:36 +08:00
parent 20f95efcba
commit 9d777ca650
2 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ use Symfony\Component\Console\Application;
*/
final class ConsoleApplication extends Application
{
public const string VERSION = '2.8.4';
public const string VERSION = '2.8.5';
public function __construct()
{