mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
ui: add special application icons for PyCharm EAPs (IDEA-166447)
This commit is contained in:
+4
@@ -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 |
Reference in New Issue
Block a user