Wrong name for macOS DLL file for Unity

This commit is contained in:
Mason Sciotti 2018-11-26 09:03:44 -08:00 committed by GitHub
parent dd47c7c66d
commit 2fec0b6dec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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