Skip to content

Commit e2412ed

Browse files
authored
Merge pull request #91 from jasonfontaine31/feature/diskarbiter-bug-fix
fixes bad library name for added prefix
2 parents 5a55ea6 + 497f350 commit e2412ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ps3DiscDumper/Utils/MacOS/DiskArbitration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Ps3DiscDumper.Utils.MacOS;
88
[SupportedOSPlatform("osx")]
99
public static partial class DiskArbitration
1010
{
11-
private const string LibraryName = "/System/Library/Framework/DiskArbitration.framework/DiskArbitration";
11+
private const string LibraryName = "/System/Library/Frameworks/DiskArbitration.framework/DiskArbitration";
1212

1313
public static readonly IntPtr DescriptionMediaKindKey = CoreFoundation.__CFStringMakeConstantString("DAMediaKind");
1414

0 commit comments

Comments
 (0)