Almighty-Alpaca / JetBrains-Discord-Integration

Discord rich presence integration for all JetBrains IDEs
https://plugins.jetbrains.com/plugin/10233-discord-integration
Apache License 2.0
586 stars 64 forks source link

fix: add missing library for linux users #391

Closed Azn9 closed 6 months ago

Almighty-Alpaca commented 8 months ago

Wouldn't it be better to update this inside KDiscordIPC?

Also, this currently doesn't build since junixsocket is missing in the libs.versions.toml file

Azn9 commented 8 months ago

Wouldn't it be better to update this inside KDiscordIPC?

Also, this currently doesn't build since junixsocket is missing in the libs.versions.toml file

It should already be included in kdiscordipc but some users reported me issues. And for the version, I just completely forgot to add it oops.

Azn9 commented 8 months ago

Now that I think of it, it may be caused by the fact that I also modified the library and didn't shadow it 🤔