diff options
Diffstat (limited to 'osx')
-rw-r--r-- | osx/hexchat.bundle | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/osx/hexchat.bundle b/osx/hexchat.bundle index 58baac57..972482ce 100644 --- a/osx/hexchat.bundle +++ b/osx/hexchat.bundle @@ -20,6 +20,13 @@ ${prefix}/lib/hexchat/plugins/*.so </binary> + <binary> + ${prefix}/lib/libenchant.dylib + </binary> + <data> + ${prefix}/share/myspell/dicts + </data> + <binary dest="${bundle}/Contents/MacOS"> ${prefix}/bin/python </binary> |