From 2fec0b6decb68418fe5d3b9b0a8194d2f0ea50e1 Mon Sep 17 00:00:00 2001 From: Mason Sciotti Date: Mon, 26 Nov 2018 09:03:44 -0800 Subject: [PATCH] Wrong name for macOS DLL file for Unity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9d686e..0aa2d68 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ We've got our `Plugins` folder ready, so let's get platform-specific! #### MacOS 4. Copy `discord-rpc-osx/osx-dynamic/lib/libdiscord-rpc.dylib` to `Assets/Plugins/` -5. Rename `libdiscord-rpc.dylib` to `libdiscord-rpc.bundle` +5. Rename `libdiscord-rpc.dylib` to `discord-rpc.bundle` 6. Done! #### Linux