PyCharm EDU build scripts: added associations for mac.

This commit is contained in:
Vladimir.Orlov
2018-05-24 11:40:21 +03:00
parent 99d37d540e
commit 304d04a9a1
@@ -99,6 +99,7 @@ class PyCharmEduProperties extends PyCharmPropertiesBase {
icnsPath = "$pythonCommunityPath/educational-python/resources/PyCharmEdu.icns"
bundleIdentifier = "com.jetbrains.pycharm"
dmgImagePath = "$pythonCommunityPath/educational-python/build/dmg_background.tiff"
fileAssociations = ["py"]
}
@Override