Graviton-Code-Editor / Graviton-App

🚀 A modern-looking Code Editor
https://graviton.netlify.app
MIT License
1.16k stars 126 forks source link

fix(server): Support for more targets in `PLUGIN_DYNAMIC_LIBRARY_FORMAT` constant #301

Closed Brian3647 closed 2 years ago

Brian3647 commented 2 years ago

Before, it only supported Windows, Linux and MacOS. With this PR it will support any UNIX platform and Windows.

Also fixed some clippy lints.

This is a small but useful PR, specially for UNIX users that don't use MacOS nor Linux.

marc2332 commented 2 years ago

LGTM! Thank you! 😄