Fix typo in readme. (#245)
* fix typo in readme * revert accidental quote change
This commit is contained in:
parent
7716eadca3
commit
d63ed30966
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ We've got our `Plugins` folder ready, so let's get platform-specific!
|
|||
|
||||
4. Create `x86` and `x86_64` folders inside `Assets/Plugins/`
|
||||
5. Copy `discord-rpc-win/win64-dynamic/bin/discord-rpc.dll` to `Assets/Plugins/x86_64/`
|
||||
6. Copy `discord-rpc-win/win32-dynamic/bin/discord-rpc.dll` to `Assets/Plguins/x86/`
|
||||
6. Copy `discord-rpc-win/win32-dynamic/bin/discord-rpc.dll` to `Assets/Plugins/x86/`
|
||||
7. Click on both DLLs and make sure they are targetting the correct architectures in the Unity editor properties pane
|
||||
8. Done!
|
||||
|
||||
|
|
Loading…
Reference in a new issue