mirror of
https://github.com/yuzu-emu/discord-rpc
synced 2024-11-22 16:03:40 +00:00
Wrong name for macOS DLL file for Unity
This commit is contained in:
parent
dd47c7c66d
commit
2fec0b6dec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue