taksan / skype-java-api

Skype API for Java, based on Skype4Java library
128 stars 60 forks source link

Incorrect naming of shaded .so libs in predownloadble Jar #49

Open dreadiscool opened 10 years ago

dreadiscool commented 10 years ago

When using the precompiled shaded jarfile available on the Github page on a Linux machine, an error occurs trying to load the .so file

This is because the file it tries to load is "libskype_dbus_skype_x86.so", whereas the .so library provided is named "libskype_dbus_x86.so".