summaryrefslogtreecommitdiff
path: root/python/build/pycharm_community_build.gant
diff options
context:
space:
mode:
Diffstat (limited to 'python/build/pycharm_community_build.gant')
-rw-r--r--python/build/pycharm_community_build.gant2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/build/pycharm_community_build.gant b/python/build/pycharm_community_build.gant
index cfaaf33f3bd0..0bb18ff38758 100644
--- a/python/build/pycharm_community_build.gant
+++ b/python/build/pycharm_community_build.gant
@@ -15,7 +15,7 @@ setProperty("pythonCommunityHome", "$home/python")
// load ApplicationInfo.xml properties
ant.xmlproperty(file: "$pythonCommunityHome/resources/idea/PyCharmCoreApplicationInfo.xml", collapseAttributes: "true")
-setProperty("system_selector", "PyCharm${p("component.version.major")}0")
+setProperty("system_selector", "PyCharmCE${p("component.version.major")}0")
setProperty("dryRun", false)
setProperty("jdk16", guessJdk())