diff --git a/community-resources/resources/idea/IdeaApplicationInfo.xml b/community-resources/resources/idea/IdeaApplicationInfo.xml index 309e07162452..435b487b393f 100644 --- a/community-resources/resources/idea/IdeaApplicationInfo.xml +++ b/community-resources/resources/idea/IdeaApplicationInfo.xml @@ -11,4 +11,6 @@ + + ru.openide.pro.updater diff --git a/openide/src/ru/openide/OpenIdePluginBundler.kt b/openide/src/ru/openide/OpenIdePluginBundler.kt index d15d69966704..b061bba35df7 100644 --- a/openide/src/ru/openide/OpenIdePluginBundler.kt +++ b/openide/src/ru/openide/OpenIdePluginBundler.kt @@ -30,7 +30,8 @@ object OpenIdePluginBundler { private val plugins = listOf( 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 {