summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--osx/hexchat.bundle6
-rwxr-xr-xosx/launcher.sh1
2 files changed, 4 insertions, 3 deletions
diff --git a/osx/hexchat.bundle b/osx/hexchat.bundle
index 9501ab17..9490926f 100644
--- a/osx/hexchat.bundle
+++ b/osx/hexchat.bundle
@@ -23,9 +23,9 @@
   <binary>
     ${prefix}/lib/libenchant.dylib
   </binary>
-  <data>
-    ${prefix}/share/myspell/dicts
-  </data>
+  <binary>
+    ${prefix}/lib/enchant/libenchant_applespell.so
+  </binary>
 
   <binary dest="${bundle}/Contents/MacOS">
     ${prefix}/bin/python
diff --git a/osx/launcher.sh b/osx/launcher.sh
index 61fb0276..806fbb94 100755
--- a/osx/launcher.sh
+++ b/osx/launcher.sh
@@ -22,6 +22,7 @@ bundle_bin="$bundle_res"/bin
 bundle_data="$bundle_res"/share
 bundle_etc="$bundle_res"/etc
 
+export PREFIX="$bundle_res"
 export DYLD_LIBRARY_PATH="$bundle_lib"
 export XDG_CONFIG_DIRS="$bundle_etc"/xdg
 export XDG_DATA_DIRS="$bundle_data"
nnect commands' href='/git-repos/torxchat.git/commit/src/common/outbound.h?h=feature/tls-srp&id=b2d2187b20c95e8583c53c79cb2830ab22094472'>b2d2187b ^
4a6ceffb ^







cf370d7e ^
4a6ceffb ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42