From f6942c7f3caff5f3011731cd12cc80f9acc5ea16 Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 18 Feb 2026 15:33:04 -0700 Subject: [PATCH] =?UTF-8?q?Updated=20the=20macOS=20bundle=20definition=20t?= =?UTF-8?q?o=20match=20Enchant=202=E2=80=99s=20actual=20install=20layout?= =?UTF-8?q?=20by:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit narrowing the core library glob to libenchant-2*.dylib, bundling provider modules from lib/enchant-2 as a , bundling Enchant config files from share/enchant as . Removed the stale Enchant provider globs that targeted older/nonexistent paths (lib/enchant/libenchant_*.dylib), which caused the CI bundling failure you reported. --- osx/zoitechat.bundle | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/osx/zoitechat.bundle b/osx/zoitechat.bundle index ccb37b20..3caea955 100644 --- a/osx/zoitechat.bundle +++ b/osx/zoitechat.bundle @@ -24,15 +24,19 @@ ${prefix}/lib/zoitechat/plugins/*.so + - ${prefix:enchant}/lib/libenchant*.dylib + ${prefix:enchant}/lib/libenchant-2*.dylib - ${prefix:enchant}/lib/enchant/libenchant_*.dylib - - - ${prefix:enchant}/lib/enchant-2/libenchant_*.dylib + ${prefix:enchant}/lib/enchant-2 + + ${prefix:enchant}/share/enchant +