From 858f9daf642abc1f1190fe70f2839833a56031b4 Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 18 Feb 2026 14:21:02 -0700 Subject: [PATCH] =?UTF-8?q?Updated=20the=20macOS=20bundle=20definition=20t?= =?UTF-8?q?o=20stop=20requiring=20a=20single=20hard-coded=20Enchant=20prov?= =?UTF-8?q?ider=20file=20(libenchant=5Fapplespell.so)=20and=20instead=20in?= =?UTF-8?q?clude=20any=20available=20Enchant=20provider=20modules=20under?= =?UTF-8?q?=20versioned/non-versioned=20provider=20directories=20(lib/ench?= =?UTF-8?q?ant*/libenchant=5F*.so).=20This=20fixes=20bundling=20when=20Hom?= =?UTF-8?q?ebrew=20installs=20providers=20in=20paths=20like=20enchant-2=20?= =?UTF-8?q?or=20when=20applespell=20isn=E2=80=99t=20present.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- osx/zoitechat.bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx/zoitechat.bundle b/osx/zoitechat.bundle index 8c00ef42..a6e3f0db 100644 --- a/osx/zoitechat.bundle +++ b/osx/zoitechat.bundle @@ -28,7 +28,7 @@ ${prefix:enchant}/lib/libenchant*.dylib - ${prefix:enchant}/lib/enchant/libenchant_applespell.so + ${prefix:enchant}/lib/enchant*/libenchant_*.so