提交 200a0509 编写于 作者: P PatTheMav 提交者: Jim

mac-virtualcam: Fix codesign error after updating OBS

上级 472ce22a
...@@ -77,8 +77,8 @@ static bool check_dal_plugin() ...@@ -77,8 +77,8 @@ static bool check_dal_plugin()
if ([fileManager fileExistsAtPath:dalPluginSourcePath]) { if ([fileManager fileExistsAtPath:dalPluginSourcePath]) {
NSString *copyCmd = [NSString NSString *copyCmd = [NSString
stringWithFormat: stringWithFormat:
@"do shell script \"cp -R '%@' '%@'\" with administrator privileges", @"do shell script \"rm -rf '%@' && cp -R '%@' '%@'\" with administrator privileges",
dalPluginSourcePath, dalPluginFileName, dalPluginSourcePath,
dalPluginDestinationPath]; dalPluginDestinationPath];
NSDictionary *errorDict; NSDictionary *errorDict;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册