bundle openide pro updater

This commit is contained in:
Nikita Iarychenko
2026-02-24 10:51:28 +04:00
parent 55e671a751
commit 9bb1293e39
2 changed files with 4 additions and 1 deletions

View File

@@ -11,4 +11,6 @@
<icon svg="/openide.svg" svg-small="/openide_16.svg"/> <icon svg="/openide.svg" svg-small="/openide_16.svg"/>
<icon-eap svg="/openide-eap.svg" svg-small="/openide-eap_16.svg"/> <icon-eap svg="/openide-eap.svg" svg-small="/openide-eap_16.svg"/>
<names product="OpenIDE" fullname="OpenIDE" script="openide" motto="Capable and Ergonomic IDE for JVM"/> <names product="OpenIDE" fullname="OpenIDE" script="openide" motto="Capable and Ergonomic IDE for JVM"/>
<essential-plugin>ru.openide.pro.updater</essential-plugin>
</component> </component>

View File

@@ -30,7 +30,8 @@ object OpenIdePluginBundler {
private val plugins = listOf( private val plugins = listOf(
PluginInfo("com.haulmont.intellij.rupack", "ru_pack"), PluginInfo("com.haulmont.intellij.rupack", "ru_pack"),
PluginInfo("com.haulmont.amplicode", "amplicode") PluginInfo("com.haulmont.amplicode", "amplicode"),
PluginInfo("ru.openide.pro.updater", "updater")
) )
fun getBundlePluginPaths(context: BuildContext): List<Path> { fun getBundlePluginPaths(context: BuildContext): List<Path> {