diff options
author | TingPing <tingping@tingping.se> | 2014-01-27 18:39:45 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-01-27 19:59:23 -0500 |
commit | c9818adfb14693bc031e21b90620d7447e93bd5b (patch) | |
tree | 704b9a8e6ca7b9df32641ad2fbb51376d5857802 /osx/hexchat.bundle | |
parent | eb1d3a063a8710c01595d36ba0384b5cb64c2334 (diff) |
osx: Fix loading plugins from bundle
Diffstat (limited to 'osx/hexchat.bundle')
-rw-r--r-- | osx/hexchat.bundle | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/osx/hexchat.bundle b/osx/hexchat.bundle index 0ed14b6c..dd3dff33 100644 --- a/osx/hexchat.bundle +++ b/osx/hexchat.bundle @@ -15,7 +15,7 @@ <main-binary> ${prefix}/bin/hexchat </main-binary> -<!-- + <binary> ${prefix}/lib/hexchat/plugins/*.so </binary> @@ -29,7 +29,6 @@ <data> ${prefix}/lib/python2.7/ </data> ---> <binary> ${prefix}/lib/${gtkdir}/modules/*.so |