1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-14 01:54:07 +02:00

Fix snorenotify plugin lookup path

This commit is contained in:
Dominik Schmidt
2015-12-10 02:45:47 +01:00
parent 2afc578d7a
commit 92c66d7252

View File

@@ -233,7 +233,7 @@ QT_PLUGINS_SEARCH_PATH=[
] ]
SNORE_PLUGINS_SEARCH_PATH=[ SNORE_PLUGINS_SEARCH_PATH=[
'/usr/local/Cellar/snorenotify/HEAD/lib/libsnore', '/usr/local/opt/snorenotify/lib/libsnore',
] ]
class Error(Exception): class Error(Exception):