mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
IDEA-152947 MacOSX: IDEA 145.257 application should have name 'IntelliJ IDEA 2016.1', not 'IntelliJ IDEA 2016'
This commit is contained in:
@@ -218,7 +218,7 @@ public layoutEducational(String classesPath, Set usedJars) {
|
||||
}
|
||||
|
||||
|
||||
String macAppRoot = isEap() ? "PyCharm Edu ${p("component.version.major")}.${p("component.version.minor")} EAP.app/Contents" : "PyCharm Edu.app/Contents"
|
||||
String macAppRoot = isEap() ? "PyCharm Edu ${p("component.version.major")}.${p("component.version.minor")} EAP.app/Contents" : "PyCharm Edu ${p("component.version.major")}.${p("component.version.minor")}.app/Contents"
|
||||
buildMacZip(macAppRoot, "${paths.artifacts}/pycharm${buildName}.mac.zip", [paths.distAll], paths.distMac)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user