summaryrefslogtreecommitdiff
path: root/macosx/PcsxrPluginHandler.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxrPluginHandler.m')
-rw-r--r--macosx/PcsxrPluginHandler.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PcsxrPluginHandler.m b/macosx/PcsxrPluginHandler.m
index 8a978876..48f758af 100644
--- a/macosx/PcsxrPluginHandler.m
+++ b/macosx/PcsxrPluginHandler.m
@@ -67,7 +67,7 @@
[url path],
[wrapper filename]];
if ([wrapper writeToFile:dst atomically:NO updateFilenames:NO]) {
- [[NSWorkspace sharedWorkspace] noteFileSystemChanged:[[NSBundle mainBundle] builtInPlugInsPath]];
+ [[NSWorkspace sharedWorkspace] noteFileSystemChanged:[url path]];
NSRunInformationalAlertPanel(NSLocalizedString(@"Installation Succesfull", nil),
NSLocalizedString(@"The installation of the specified plugin was succesfull. In order to use it, please restart the application.", nil),
nil, nil, nil);