mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-121383 Intellij EAP 1342 Does not start on Mac
This commit is contained in:
@@ -353,7 +353,7 @@ binding.setVariable("layoutMacApp", { String path, String ch, Map args ->
|
||||
String archs = """
|
||||
<key>LSArchitecturePriority</key>
|
||||
<array>"""
|
||||
(args.archs != null ? args.archs : ["64_x86", "i386"]).each {
|
||||
(args.archs != null ? args.archs : ["x86_64", "i386"]).each {
|
||||
archs += "<string>${it}</string>"
|
||||
}
|
||||
archs +="</array>\n"
|
||||
|
||||
Reference in New Issue
Block a user