From c68b93fc6c67596a7bbe29f52d029a53bf74e6ff Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 22 Jul 2014 20:24:49 +0200 Subject: [PATCH] Included libtomahawk_account_hatchet.so in OSX bundles. --- admin/mac/macdeploy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/mac/macdeploy.py b/admin/mac/macdeploy.py index 5fffe087a..4bab78bf7 100755 --- a/admin/mac/macdeploy.py +++ b/admin/mac/macdeploy.py @@ -203,6 +203,7 @@ TOMAHAWK_PLUGINS = [ 'libtomahawk_account_xmpp.dylib', 'libtomahawk_account_google.so', 'libtomahawk_account_zeroconf.so', + 'libtomahawk_account_hatchet.so', 'libtomahawk_infoplugin_adium.so', 'libtomahawk_infoplugin_charts.so', 'libtomahawk_infoplugin_discogs.so',