Deploy plugin for specific operating systems
Answered
Hi!
1. I have a plugin that has a different set of libraries for different operating systems. How do I deploy a plugin for a specific operating system?
2. If this is not possible, is there any method other than specifying intellij.publish.channel?
If I supply all the libraries together, the size of the plugin will be too large ~ 250 MB.
Please sign in to leave a comment.
It’s not possible to deploy plugin version specific for some OS.
And channels looks like the best option for this case (if a cross-platform plug-in is not possible). We are going to improve their support in IDEs soon.
Serge Baranov, Thanks! We will wait for improvements.