mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
do not include version for Mac release artifact
(cherry picked from commit 1714755)
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 ${p("component.version.major")}.${p("component.version.minor")}.app/Contents"
|
||||
String macAppRoot = isEap() ? "PyCharm Edu ${p("component.version.major")}.${p("component.version.minor")} EAP.app/Contents" : "PyCharm Edu.app/Contents"
|
||||
buildMacZip(macAppRoot, "${paths.artifacts}/pycharm${buildName}.mac.zip", [paths.distAll], paths.distMac)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user