Vatuu / discord-rpc

Java Wrapper of the Discord-RPC Library for Discord Rich Presence.
MIT License
194 stars 42 forks source link

DLL Location in jar is not the same in code #7

Closed HossamMohsen7 closed 6 years ago

HossamMohsen7 commented 6 years ago

Hello, The library jar has windows 32bits dll in "win-x86" inside the jar. But line 120 in DiscordRPC.java it is looking for "win-x32" if the system is 32bits which gives an error. Could you fix this?

Vatuu commented 6 years ago

Already fixed, see issue #6.