ui: add special application icons for PyCharm EAPs (IDEA-166447)

This commit is contained in:
nik
2018-05-24 11:30:45 +03:00
parent 586e9b64f7
commit 1a22b5db5b
4 changed files with 4 additions and 0 deletions
@@ -59,6 +59,8 @@ class PyCharmCommunityProperties extends PyCharmPropertiesBase {
WindowsDistributionCustomizer createWindowsCustomizer(String projectHome) {
return new PyCharmWindowsDistributionCustomizer() {
{
icoPath = "$projectHome/python/resources/PyCharmCore.ico"
icoPathForEAP = "$projectHome/python/resources/PyCharmCore_EAP.ico"
installerImagesPath = "$projectHome/python/build/resources"
fileAssociations = ["py"]
}
@@ -78,6 +80,7 @@ class PyCharmCommunityProperties extends PyCharmPropertiesBase {
return new LinuxDistributionCustomizer() {
{
iconPngPath = "$projectHome/python/resources/PyCharmCore128.png"
iconPngPathForEAP = "$projectHome/python/resources/PyCharmCore128_EAP.png"
snapName = "pycharm-community"
snapDescription =
"Python IDE for professional developers. Save time while PyCharm takes care of the routine. "
@@ -96,6 +99,7 @@ class PyCharmCommunityProperties extends PyCharmPropertiesBase {
return new PyCharmMacDistributionCustomizer() {
{
icnsPath = "$projectHome/python/resources/PyCharmCore.icns"
icnsPathForEAP = "$projectHome/python/resources/PyCharmCore_EAP.icns"
bundleIdentifier = "com.jetbrains.pycharm"
dmgImagePath = "$projectHome/python/build/dmg_background.tiff"
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 347 KiB