mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
(IJPL-158134) Fix typo in arch name
GitOrigin-RevId: e292e10bc30c82f62f65923072863aa1884d20f5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
004638b363
commit
1ed20a3c3a
@@ -176,7 +176,7 @@ class LocalArtifactsManager {
|
||||
}
|
||||
|
||||
fun getArchitectureId(): String = when (CpuArch.CURRENT) {
|
||||
CpuArch.X86 -> "x86_64"
|
||||
CpuArch.X86_64 -> "x86_64"
|
||||
CpuArch.ARM64 -> "arm_64"
|
||||
else -> throw UnsupportedArchitectureException(System.getProperty("os.arch"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user