Skip to content

Commit 8e6c4cf

Browse files
committed
restore code to uninstall the legacy plugin
1 parent 0da8e28 commit 8e6c4cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

obs-studio-client/source/nodeobs_service.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,8 @@ Napi::Value service::OBS_service_uninstallVirtualCamPlugin(const Napi::CallbackI
477477
WaitForSingleObject(ShExecInfo.hProcess, INFINITE);
478478
CloseHandle(ShExecInfo.hProcess);
479479
#elif __APPLE__
480-
// User must manually uninstall the Apple SystemExtension
480+
// User must manually uninstall the Apple SystemExtension (new obs-virtualcam)
481+
g_util_osx->uninstallPlugin(); // uninstall legacy plugin
481482
#endif
482483
return info.Env().Undefined();
483484
}

0 commit comments

Comments
 (0)